Browse Source

cd show current directory

pull/1/head
10sr 11 years ago
parent
commit
e64c08eee0
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      shrc

+ 5
- 0
shrc View File

@@ -449,6 +449,11 @@ isdarwin && alias updatedb="LC_ALL=C updatedb"
# do not use locate installed by macports
isdarwin && test -x /usr/bin/locate && alias locate="/usr/bin/locate"

cd(){
command cd "$@"
pwd
}

# pad
alias pad=notepad
__safe_alias pad=gedit


Loading…
Cancel
Save