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, # 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'

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