settheme.zsh doesn't work on remote session
This commit is contained in:
parent
4d516d6b9d
commit
23b9233165
4 changed files with 2 additions and 24 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue