From f824666f35ca05d15a174200f99678b047b729cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kjetil=20=C3=98rbekk?= Date: Thu, 22 Oct 2020 15:22:39 -0400 Subject: Change zshrc --- zsh/.zshrc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'zsh') 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" -- cgit v1.2.3