Tuned down zsh highlighting

This commit is contained in:
agryphus 2023-12-13 08:58:43 -05:00
parent af5411f330
commit 999d1693d1
2 changed files with 22 additions and 41 deletions

View file

@ -49,6 +49,7 @@ preexec() { echo -ne '\e[5 q' ;} # Use beam shape cursor for each new prompt.
# The rice repo
alias config='git --git-dir $HOME/repos/dotfiles/ --work-tree=$HOME'
alias sudo='sudo ' # Allow aliases to be passed to sudo
alias pypr='sh -c pypr'
alias asciiquarium='asciiquarium -t'
alias ll='ls -l'