Updated SpaceVim theme and SSH_ASKPASS

This commit is contained in:
Eric Renfro 2020-11-29 00:28:49 -05:00
parent 09a4c10436
commit 1f549b8182
3 changed files with 21 additions and 3 deletions

View File

@ -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'

View 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

View File

@ -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