# .bashrc
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
# Uncomment the following line if you don't like systemctl's auto-paging feature:
# export SYSTEMD_PAGER=
# User specific aliases and functions
LD_LIBRARY_PATH=/usr/lib:/usr/lib64:$PATH
export LD_LIBRARY_PATH
alias acl="cd /home/zhangxt/work/dev/acl"
alias code="source /home/zhangxt/work/local/tools/codedir.sh"
alias cpcode="source /home/zhangxt/work/local/tools/codecp.sh"
alias wg="/home/zhangxt/work/local/tools/wg"
alias tree="/home/zhangxt/work/local/tools/tree"
alias tkg="if test -e tkg.sh; then
./tkg.sh
else
/home/zhangxt/work/local/tools/codediff.sh
fi"
alias tkd="/home/zhangxt/work/local/tools/tkdiff_dir.sh"
alias ctags="ctags -R --languages=c,c++ --langmap=c:+.h+.c,c++:+.hpp+.cpp --c++-kinds=+px --fields=+aiKSz --extra=+qf --exclude=dist* --exclude=sample* ."
alias ctags1="ctags -I __THROW -I __attribute_pure__ -I __nonnull -I __attribute__ --file-scope=yes --langmap=c:+.h --languages=c,c++ --links=yes --c-kinds=+p --c++-kinds=+p --fields=+iaS --extra=+q -R -f ~/.vim/systags /usr/include /usr/local/include ."
set autolist
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
# Uncomment the following line if you don't like systemctl's auto-paging feature:
# export SYSTEMD_PAGER=
# User specific aliases and functions
LD_LIBRARY_PATH=/usr/lib:/usr/lib64:$PATH
export LD_LIBRARY_PATH
alias acl="cd /home/zhangxt/work/dev/acl"
alias code="source /home/zhangxt/work/local/tools/codedir.sh"
alias cpcode="source /home/zhangxt/work/local/tools/codecp.sh"
alias wg="/home/zhangxt/work/local/tools/wg"
alias tree="/home/zhangxt/work/local/tools/tree"
alias tkg="if test -e tkg.sh; then
./tkg.sh
else
/home/zhangxt/work/local/tools/codediff.sh
fi"
alias tkd="/home/zhangxt/work/local/tools/tkdiff_dir.sh"
alias ctags="ctags -R --languages=c,c++ --langmap=c:+.h+.c,c++:+.hpp+.cpp --c++-kinds=+px --fields=+aiKSz --extra=+qf --exclude=dist* --exclude=sample* ."
alias ctags1="ctags -I __THROW -I __attribute_pure__ -I __nonnull -I __attribute__ --file-scope=yes --langmap=c:+.h --languages=c,c++ --links=yes --c-kinds=+p --c++-kinds=+p --fields=+iaS --extra=+q -R -f ~/.vim/systags /usr/include /usr/local/include ."
set autolist