소스 검색

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


불러오는 중...
취소
저장