diff options
author | Alan Pearce | 2014-04-12 18:58:43 +0100 |
---|---|---|
committer | Alan Pearce | 2014-04-12 18:58:43 +0100 |
commit | 867aa46e6bd6110b0b5934fe7735ddefd1fa8d12 (patch) | |
tree | 38f8c677a28679ef9fdd06214542a5df507b8eaa | |
parent | 57508b50ff7760eb3afbc18e30324c3bde508dc3 (diff) | |
download | dotfiles-867aa46e6bd6110b0b5934fe7735ddefd1fa8d12.tar.lz dotfiles-867aa46e6bd6110b0b5934fe7735ddefd1fa8d12.tar.zst dotfiles-867aa46e6bd6110b0b5934fe7735ddefd1fa8d12.zip |
Add modelines for zsh files
-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 c4b3b9c..0cc65be 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 d183baa..97d31be 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 |