Commit 14f5cb59 authored by Murukesh Mohanan's avatar Murukesh Mohanan

added 15.04 stuff

parent 402fc3f9
[[ -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
Subproject commit d30bfc70e5bc840c1d13739523df227238c13d49
Subproject commit 6c7bcf80c7a1a7f1cd8b593c0b513b08b7e056ad
......@@ -106,7 +106,7 @@ fi
RPROMPT="%{$reset_color%}"
case $TERM in
xterm*)
xterm*|screen*)
if [[ -n $SSH_TTY ]]
then
precmd () {print -Pn "\e]0;%m: %2~\a"}
......
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