settheme.zsh doesn't work on remote session

This commit is contained in:
Bartek Stalewski 2024-09-30 00:52:28 +02:00
parent 4d516d6b9d
commit 23b9233165
Signed by: ftpd
SSH key fingerprint: SHA256:vGQiaNJcfUMLt3wF58+Zx15C6SpRDA9spUeggjVY8Yo
4 changed files with 2 additions and 24 deletions

View file

@ -12,11 +12,7 @@ gd() {
alias less='less -R'
if [[ $(command -v bat) ]]; then
if [[ "${macos_interface_style}" = "Dark" ]]; then
alias cat='bat -pp --color=always --tabs=2 --theme=Monokai\ Extended\ Bright'
else
alias cat='bat -pp --color=always --tabs=2 --theme=Monokai\ Extended\ Light'
fi
alias cat='bat -pp --color=always --tabs=2 --theme=Monokai\ Extended\ Bright'
fi
if [[ $(command -v eza) ]]; then