mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 23:22:57 +00:00
lf alias
This commit is contained in:
parent
e027b13c8f
commit
cebeb89026
@ -6,6 +6,7 @@ function abbrs --description 'All abbreviations'
|
||||
abbr -a l 'ls'
|
||||
abbr -a lh 'ls -lh'
|
||||
abbr -a ll 'ls -alhF'
|
||||
abbr -a lf 'ls -lh | fzf'
|
||||
abbr -a c 'cd'
|
||||
abbr -a -- - 'cd -'
|
||||
abbr -a proj 'cd $PROJ'
|
||||
|
Loading…
Reference in New Issue
Block a user