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,
|
# set spacevim theme. by default colorscheme layer is not loaded,
|
||||||
# if you want to use more colorscheme, please load the colorscheme
|
# if you want to use more colorscheme, please load the colorscheme
|
||||||
# layer
|
# layer
|
||||||
colorscheme = "gruvbox"
|
#colorscheme = "gruvbox"
|
||||||
|
#colorscheme = "molokai"
|
||||||
|
#colorscheme = "onedark"
|
||||||
|
#colorscheme = "one"
|
||||||
|
colorscheme = "nord"
|
||||||
background = "dark"
|
background = "dark"
|
||||||
# Disable guicolors in basic mode, many terminal do not support 24bit
|
# Disable guicolors in basic mode, many terminal do not support 24bit
|
||||||
# true colors
|
# true colors
|
||||||
|
@ -40,11 +44,22 @@
|
||||||
name = "ui"
|
name = "ui"
|
||||||
#enable_scrollbar = true
|
#enable_scrollbar = true
|
||||||
|
|
||||||
|
[[layers]]
|
||||||
|
name = "colorscheme"
|
||||||
|
|
||||||
[[layers]]
|
[[layers]]
|
||||||
#name = "denite"
|
#name = "denite"
|
||||||
|
#name = "leaderf"
|
||||||
name = "fzf"
|
name = "fzf"
|
||||||
#name = "ctrlp"
|
#name = "ctrlp"
|
||||||
|
|
||||||
|
[[layers]]
|
||||||
|
name = "VersionControl"
|
||||||
|
|
||||||
|
[[layers]]
|
||||||
|
name = "git"
|
||||||
|
|
||||||
|
|
||||||
[[layers]]
|
[[layers]]
|
||||||
name = 'shell'
|
name = 'shell'
|
||||||
default_position = 'top'
|
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 EDITOR=vim
|
||||||
export VISUAL=vim
|
export VISUAL=vim
|
||||||
export PAGER=less
|
export PAGER=less
|
||||||
export SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
|
|
||||||
#export SSH_ASKPASS=/usr/bin/ksshaskpass
|
|
||||||
|
|
Loading…
Reference in a new issue