all repos — nixfiles @ 544384c1882892edc0dc7643e07fe8729b564de8

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

zsh: Alias 1 to head -n1
Alan Pearce alan@alanpearce.co.uk
Tue, 24 Jun 2014 18:43:47 +0100
commit

544384c1882892edc0dc7643e07fe8729b564de8

parent

49eafcd2b0ae0e6d9d812f61dffcf6563ad086b7

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

jump to
M tag-zsh/config/zsh/zshrctag-zsh/config/zsh/zshrc
@@ -213,6 +213,7 @@ alias df='df -h' alias du='du -h'
 alias md='mkdir -p'
 alias rd='rmdir'
+alias 1='head -n1'
 alias .='source'
 
 ls='\ls'