From 556aae640f871b0b3541edc4a8ec7e75702b4575 Mon Sep 17 00:00:00 2001 From: Gabriel Dunne Date: Tue, 9 Feb 2021 17:29:38 -0800 Subject: [PATCH] OSX settings --- .zsh-darwin | 3 +-- .zshrc | 4 +++- 2 files changed, 4 insertions(+), 3 deletions(-) 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 -- 2.34.1