change go command to cdl and add .local/bin to path
This commit is contained in:
parent
a5b0a6ac2b
commit
88ea1cc370
|
|
@ -15,9 +15,9 @@ alias ....='cd ../../..'
|
|||
alias .....='cd ../../../..'
|
||||
alias p='cd -'
|
||||
|
||||
# go=move to directory and instantly list its contents
|
||||
# cdl=move to directory and instantly list its contents
|
||||
# everyone needs this ;-)
|
||||
go(){
|
||||
cdl(){
|
||||
cd $@
|
||||
ls -l
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user