all repos — nixfiles @ 544384c1882892edc0dc7643e07fe8729b564de8

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

zsh: Alias 1 to head -n1

Alan Pearce
commit

544384c1882892edc0dc7643e07fe8729b564de8

parent

49eafcd2b0ae0e6d9d812f61dffcf6563ad086b7

1 file changed, 1 insertion(+), 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'