mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-03-27 21:47:46 +01:00
removing unneeded alias for cd-ing out
This commit is contained in:
parent
37e7943cdc
commit
f77edbb6d6
@ -9,7 +9,6 @@ alias ".."="cd .."
|
||||
alias "..."="cd ../.."
|
||||
alias "...."="cd ../../.."
|
||||
alias "....."="cd ../../../.."
|
||||
alias "......"="cd ../../../../.."
|
||||
|
||||
# cp
|
||||
alias cp="cp -i"
|
||||
|
Loading…
x
Reference in New Issue
Block a user