]>
git.rmz.io Git - dotfiles.git/blob - zsh/lib/aliases.zsh
1 # Push and pop directories on directory stack
5 # Basic directory operations
16 alias history='fc -l 1'
18 # List direcory contents
23 alias sl
=ls # often screw this up
25 alias afind
='ack-grep -il'