Updated SpaceVim theme and SSH_ASKPASS
This commit is contained in:
parent
e029b75cb1
commit
c4a848f674
3 changed files with 21 additions and 3 deletions
|
@ -11,7 +11,11 @@
|
|||
# set spacevim theme. by default colorscheme layer is not loaded,
|
||||
# if you want to use more colorscheme, please load the colorscheme
|
||||
# layer
|
||||
colorscheme = "gruvbox"
|
||||
#colorscheme = "gruvbox"
|
||||
#colorscheme = "molokai"
|
||||
#colorscheme = "onedark"
|
||||
#colorscheme = "one"
|
||||
colorscheme = "nord"
|
||||
background = "dark"
|
||||
# Disable guicolors in basic mode, many terminal do not support 24bit
|
||||
# true colors
|
||||
|
@ -40,11 +44,22 @@
|
|||
name = "ui"
|
||||
#enable_scrollbar = true
|
||||
|
||||
[[layers]]
|
||||
name = "colorscheme"
|
||||
|
||||
[[layers]]
|
||||
#name = "denite"
|
||||
#name = "leaderf"
|
||||
name = "fzf"
|
||||
#name = "ctrlp"
|
||||
|
||||
[[layers]]
|
||||
name = "VersionControl"
|
||||
|
||||
[[layers]]
|
||||
name = "git"
|
||||
|
||||
|
||||
[[layers]]
|
||||
name = 'shell'
|
||||
default_position = 'top'
|
||||
|
|
5
.local/dotfiles/environment/core-askpass.zsh##d.openSUSE
Normal file
5
.local/dotfiles/environment/core-askpass.zsh##d.openSUSE
Normal file
|
@ -0,0 +1,5 @@
|
|||
# Default Environment
|
||||
export SSH_ASKPASS=/usr/libexec/ssh/gnome-ssh-askpass
|
||||
#export SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
|
||||
#export SSH_ASKPASS=/usr/bin/ksshaskpass
|
||||
|
|
@ -2,5 +2,3 @@
|
|||
export EDITOR=vim
|
||||
export VISUAL=vim
|
||||
export PAGER=less
|
||||
export SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
|
||||
#export SSH_ASKPASS=/usr/bin/ksshaskpass
|
||||
|
|
Loading…
Reference in a new issue