Skip to content

Commit

Permalink
Add function to view ls recursively with less
Browse files Browse the repository at this point in the history
  • Loading branch information
JIghtuse committed Feb 10, 2014
1 parent b16ee2d commit eafe365
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,4 @@ if [ -f ~/.aliases ]; then
fi
alias -s mp4=vlc
mkcd(){ mkdir -p "$*" && cd $*; }
lss(){ ls -R $@ | less}

0 comments on commit eafe365

Please sign in to comment.