summaryrefslogtreecommitdiff
path: root/dot_config/zsh/zshrc.local
diff options
context:
space:
mode:
authorChloƩ Vulquin <code@toast.bunkerlabs.net>2026-01-17 15:46:59 +0100
committerChloƩ Vulquin <code@toast.bunkerlabs.net>2026-01-17 15:46:59 +0100
commit6336d739aae5d0a1caf7851dd79697033dfec27d (patch)
tree49c67ea4004687336fd088a324548dab362c8252 /dot_config/zsh/zshrc.local
parentzsh: init (diff)
zsh: improve grml compat, performance
Diffstat (limited to 'dot_config/zsh/zshrc.local')
-rw-r--r--dot_config/zsh/zshrc.local7
1 files changed, 7 insertions, 0 deletions
diff --git a/dot_config/zsh/zshrc.local b/dot_config/zsh/zshrc.local
new file mode 100644
index 0000000..3c19ce1
--- /dev/null
+++ b/dot_config/zsh/zshrc.local
@@ -0,0 +1,7 @@
+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)