diff options
-rwxr-xr-x | .local/bin/terminal-setappearance.script | 6 | ||||
-rw-r--r-- | .zshrc | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/.local/bin/terminal-setappearance.script b/.local/bin/terminal-setappearance.script index f846a3a..5b17e9b 100755 --- a/.local/bin/terminal-setappearance.script +++ b/.local/bin/terminal-setappearance.script @@ -10,9 +10,9 @@ if (whatMode = true) then end tell else tell application "Terminal" - set default settings to settings set "Novel" - set current settings of every window whose visible is true to settings set "Novel" - set current settings of every window whose visible is false to settings set "Novel" + set default settings to settings set "gruvbox-light" + set current settings of every window whose visible is true to settings set "gruvbox-light" + set current settings of every window whose visible is false to settings set "gruvbox-light" end tell end if @@ -45,8 +45,8 @@ export SAVEHIST=10000 setopt appendhistory unsetopt autocd beep extendedglob -#bindkey -e -bindkey -v +bindkey -e +#bindkey -v # End of lines configured by zsh-newuser-install # ZSH VIM MODE |