diff options
-rwxr-xr-x | tag-zsh/config/zsh/zshenv | 1 | ||||
-rwxr-xr-x | tag-zsh/config/zsh/zshrc | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tag-zsh/config/zsh/zshenv b/tag-zsh/config/zsh/zshenv index c4b3b9c6..0cc65be4 100755 --- a/tag-zsh/config/zsh/zshenv +++ b/tag-zsh/config/zsh/zshenv @@ -1,3 +1,4 @@ +# -*- mode: sh; -*- if [[ $defpath == "" && -d ~/bin ]] then defpath=($path) diff --git a/tag-zsh/config/zsh/zshrc b/tag-zsh/config/zsh/zshrc index d183baa2..97d31bef 100755 --- a/tag-zsh/config/zsh/zshrc +++ b/tag-zsh/config/zsh/zshrc @@ -1,3 +1,4 @@ +# -*- mode: sh; -*- export PAGER="less" export EDITOR="emacsclient" export CLICOLOR=true |