瀏覽代碼

fix gtags alias

pull/1/head
10sr 12 年之前
父節點
當前提交
9492267f17
共有 1 個檔案被更改,包括 3 行新增2 行删除
  1. +3
    -2
      bashrc

+ 3
- 2
bashrc 查看文件

@@ -139,8 +139,9 @@ alias mpg123="mpg123 -C -v --title"
export PLAYER="mpg123 -C -v --title"
null type screen && alias screen="screen -e^z^z"
alias zcd="cd \`zenity --file-selection --directory\`"
null type gtags && alias gtags="gtags -v"
null type htags && alias htags="htags -ansxF"
null type gtags && alias gtags="gtags --verbose"
null type htags && alias htags="htags --xhtml --symbol --line-number \
--frame --alphabet --verbose"

alias pad=notepad
null type gedit && alias pad=gedit


Loading…
取消
儲存