summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
authorKjetil Ørbekk <kj@orbekk.com>2020-10-22 15:22:39 -0400
committerKjetil Ørbekk <kj@orbekk.com>2020-10-22 15:22:39 -0400
commitf824666f35ca05d15a174200f99678b047b729cb (patch)
tree6a8c919815589472672f545edb6eb04c49f6890a /zsh
parent3d92655532af89c7ece704db758fe362af6a4f10 (diff)
Change zshrc
Diffstat (limited to 'zsh')
-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"