diff options
| -rw-r--r-- | dot_config/zsh/.chezmoiignore | 3 | ||||
| -rw-r--r-- | dot_config/zsh/zshrc.local | 7 |
2 files changed, 3 insertions, 7 deletions
diff --git a/dot_config/zsh/.chezmoiignore b/dot_config/zsh/.chezmoiignore new file mode 100644 index 0000000..aa1d33b --- /dev/null +++ b/dot_config/zsh/.chezmoiignore @@ -0,0 +1,3 @@ +zshrc.local +zshrc.post +zshrc.pre diff --git a/dot_config/zsh/zshrc.local b/dot_config/zsh/zshrc.local deleted file mode 100644 index 3c19ce1..0000000 --- a/dot_config/zsh/zshrc.local +++ /dev/null @@ -1,7 +0,0 @@ -alias mcli=mc -alias dequarantine='xattr -d com.apple.quarantine' - -export EDITOR='emacsclient -c -nw' -export VISUAL='emacsclient -c' - -path[3,0]=(/opt/homebrew/opt/{curl,file-formula,ncurses,ruby,sqlite}/bin) |
