all repos — nixfiles @ 867aa46e6bd6110b0b5934fe7735ddefd1fa8d12

System and user configuration, managed by nix and home-manager

Add modelines for zsh files
Alan Pearce alan@alanpearce.co.uk
Sat, 12 Apr 2014 18:58:43 +0100
commit

867aa46e6bd6110b0b5934fe7735ddefd1fa8d12

parent

57508b50ff7760eb3afbc18e30324c3bde508dc3

2 files changed, 2 insertions(+), 0 deletions(-)

jump to
M tag-zsh/config/zsh/zshenvtag-zsh/config/zsh/zshenv
@@ -1,3 +1,4 @@+# -*- mode: sh; -*-
 if [[ $defpath == ""  && -d ~/bin ]]
 then
 	defpath=($path)
M tag-zsh/config/zsh/zshrctag-zsh/config/zsh/zshrc
@@ -1,3 +1,4 @@+# -*- mode: sh; -*-
 export PAGER="less"
 export EDITOR="emacsclient"
 export CLICOLOR=true