Make colourscheme solarized dark when sshing
This commit is contained in:
parent
d3d4e51473
commit
bacb273f81
2 changed files with 10 additions and 0 deletions
|
@ -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
|
||||||
|
}
|
||||||
|
|
1
shells/zsh/ssh-color-scheme
Symbolic link
1
shells/zsh/ssh-color-scheme
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
base16-shell/scripts/base16-solarized-dark.sh
|
Loading…
Add table
Add a link
Reference in a new issue