summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--zsh/.zshrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index c52e488..81a006b 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -31,6 +31,9 @@ source ~/.zsh/powerlevel10k/powerlevel10k.zsh-theme
# cd to a directory used as a commant
setopt autocd
+# commands starting with # are treated as comments
+setopt interactivecomments
+
alias ls="ls --color"
alias e="emacsclient -n"