]> git.quilime.com - cfg.git/commitdiff
OSX settings
authorGabriel Dunne <gdunne@quilime.com>
Wed, 10 Feb 2021 01:29:38 +0000 (17:29 -0800)
committerGabriel Dunne <gdunne@quilime.com>
Wed, 10 Feb 2021 01:29:38 +0000 (17:29 -0800)
.zsh-darwin
.zshrc

index 147a7b816aa3296e7d40000357547e1f3db9a03d..d90a2f95b1489decdf7b0e2f99ca0e68644e57be 100644 (file)
@@ -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 acee765d96c750802c1799da30bdf74e485e6be4..f23c5e0fe3c295bac7c89f590e0929d789079ac9 100644 (file)
--- 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