From: Gabriel Dunne Date: Wed, 10 Feb 2021 01:29:38 +0000 (-0800) Subject: OSX settings X-Git-Url: https://git.quilime.com/?a=commitdiff_plain;h=556aae640f871b0b3541edc4a8ec7e75702b4575;p=cfg.git OSX settings --- diff --git a/.zsh-darwin b/.zsh-darwin index 147a7b8..d90a2f9 100644 --- a/.zsh-darwin +++ b/.zsh-darwin @@ -3,9 +3,8 @@ PROMPT='%F{cyan}%n@%m%f %F{240}%1~%f %# ' RPROMPT='%F{240}%*%f' - # aliases -alias cfg='/usr/bin/git --git-dir=/Users/gld/.cfg/.git/ --work-tree=/Users/gld' +alias cfg='/usr/bin/git --git-dir=/Users/gld/.cfg/ --work-tree=/Users/gld' alias ls='ls -G' alias cats='highlight -O ansi --force' diff --git a/.zshrc b/.zshrc index acee765..f23c5e0 100644 --- a/.zshrc +++ b/.zshrc @@ -12,8 +12,10 @@ else if [[ -e ~/.zsh-config ]]; then source ~/.zsh-config fi - # Use zsh prompt + + # Use zsh prompt if [[ -e ~/.zsh-prompt ]]; then source ~/.zsh-prompt fi + fi