Make colourscheme solarized dark when sshing

Jonathan Hodgson 5 years ago
parent d3d4e51473
commit bacb273f81
  1. 9
      shells/shared/functions
  2. 1
      shells/zsh/ssh-color-scheme

@ -238,3 +238,12 @@ function updatePath(){
}
function ssh(){
if [ -L $HOME/.dotfiles/shells/zsh/ssh-color-scheme ]; then
source $HOME/.dotfiles/shells/zsh/ssh-color-scheme
fi
command /usr/bin/ssh "$@"
if [ -L $HOME/.dotfiles/shells/zsh/current-color-scheme ]; then
source $HOME/.dotfiles/shells/zsh/current-color-scheme
fi
}

@ -0,0 +1 @@
base16-shell/scripts/base16-solarized-dark.sh
Loading…
Cancel
Save