Merge branch 'master' of git.barakmich.com:/barak/dotfiles

This commit is contained in:
Barak Michener 2021-08-03 13:37:20 -07:00
commit 2bda586093
17 changed files with 4 additions and 2 deletions

5
.zshrc
View file

@ -80,6 +80,9 @@ case `uname` in
Linux)
PR_HOST_COLOR=$PR_GREEN
;;
FreeBSD)
PR_HOST_COLOR=$PR_RED
;;
*)
PR_HOST_COLOR=$PR_YELLOW
;;
@ -112,7 +115,7 @@ esac
#fi
PROMPT='$PR_STITLE$PR_LIGHT_BLUE($PR_LIGHT_YELLOW%D{%H:%M}|%!$PR_BLUE%)[%(!.$PR_RED.$PR_HOST_COLOR)%n@%m$PR_LIGHT_CYAN %~$PR_BLUE]$PR_NO_COLOUR
PROMPT='$PR_STITLE$PR_LIGHT_BLUE(%(!.$PR_RED.$PR_LIGHT_YELLOW)%D{%H:%M}|%!$PR_BLUE%)[%(!.$PR_RED.$PR_HOST_COLOR)%n@%m$PR_LIGHT_CYAN %~$PR_BLUE]$PR_NO_COLOUR
%(!.#.$) '
#source .zshprompt

View file

@ -1 +0,0 @@
./appimage/rust-analyzer-linux