Commit c88ff714 authored by Murukesh Mohanan's avatar Murukesh Mohanan

updated syntax hl plugin, fixed double addition of ~/bin

parent ad034e39
*
!.zshrc
!.zsh/
!.zsh/**
!.vim/
!.vim/**
!.conflocal
!.conflocal/**
!.bashrc
!.profile
!.zprofile
!.pam_environment
!.latexmkrc
!.toprc
!.gitmodules
Subproject commit 568c16c62024e404eb0f00837e7825d48463d68a
Subproject commit cd86ed370d599705385f8054b01730251dbf1d5d
[[ -d $HOME/bin ]] && export PATH=$HOME/bin:$PATH
Subproject commit a8afbdf2f548b6782d2a33d40c6d72464e23beee
Subproject commit 28932316cca6004253ec57f5d87981c72be64e86
......@@ -137,8 +137,6 @@ autoload run-help-svn
autoload run-help-svk
alias help=run-help
[[ -d ~/bin ]] && export PATH="$HOME/bin:$PATH"
ssht () {
ssh -Xt "$@" byobu-screen
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment