Commit 402fc3f9 authored by Murukesh Mohanan's avatar Murukesh Mohanan

updated vimrc

parent 53ac71ca
[[ -f ~/devel/zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh ]] && source ~/devel/zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
[[ -f /etc/zsh_command_not_found ]] && source /etc/zsh_command_not_found
case $(systemd-detect-virt) in
none)
;;
*)
precmd () {print -Pn "\e]0;%m: %2~\a"}
export TERM=xterm-256color
;;
esac
HISTFILE=$HOME/.debian_history
......@@ -6,5 +6,4 @@ alias pacl='pacaur -Ql'
[[ -f ~/devel/zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh ]] && source ~/devel/zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
[[ -f /usr/share/doc/pkgfile/command-not-found.zsh ]] && source /usr/share/doc/pkgfile/command-not-found.zsh
[[ -f /etc/zsh_command_not_found ]] && source /etc/zsh_command_not_found
[[ -n $DISPLAY ]] && synclient TapButton1=1 TapButton2=3 TapButton3=2 CircularScrolling=1
Subproject commit 83bbbdabbe9e37331b75691846357531fe3f03e4
Subproject commit d30bfc70e5bc840c1d13739523df227238c13d49
......@@ -109,7 +109,7 @@ case $TERM in
xterm*)
if [[ -n $SSH_TTY ]]
then
precmd () {print -Pn "\e]0;%m: %~\a"}
precmd () {print -Pn "\e]0;%m: %2~\a"}
else
precmd () {print -Pn "\e]0;%2~\a"}
fi
......@@ -143,7 +143,7 @@ setopt completealiases
[[ -d ~/bin ]] && export PATH="$HOME/bin:$PATH"
ssht () {
ssh -Xt "$@" byobu
ssh -Xt "$@" byobu-screen
}
# pip zsh completion start
......
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