瀏覽代碼

cd show current directory

pull/1/head
10sr 11 年之前
父節點
當前提交
e64c08eee0
共有 1 個檔案被更改,包括 5 行新增0 行删除
  1. +5
    -0
      shrc

+ 5
- 0
shrc 查看文件

@@ -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…
取消
儲存