catching up changes on server

This commit is contained in:
Andrei Stoica 2017-11-20 01:44:06 -05:00
parent c166fed1aa
commit 8484419740
3 changed files with 3 additions and 2 deletions

View File

@ -14,3 +14,4 @@ alias antlr4='java -cp ~/antlr-4.6-complete.jar:. org.antlr.v4.Tool '
alias antlr4c='javac -cp ~/antlr-4.6-complete.jar:. '
alias grun='java -cp ~/antlr-4.6-complete.jar:. org.antlr.v4.runtime.misc.TestRig '
alias ssh-agent='ssh-agent -t 1h'
alias tm='tmux new-session -A -s sys'

View File

@ -57,7 +57,7 @@ if [ -n "$force_color_prompt" ]; then
fi
if [ "$color_prompt" = yes ]; then
PS1='${debian_chroot:+($debian_chroot)}[\[\e[01;32m\]\u@\h\[\e[00m\]](\[\e[1;36m\]\D{%b %d} \A\[\033[00m\]):\[\033[01;34m\]\W \$\[\033[00m\] '
PS1='${debian_chroot:+($debian_chroot)}[\[\e[01;32m\]\u@\[\033[0;31m\]\h\[\e[00m\]](\[\e[1;36m\]\D{%b %d} \A\[\033[00m\]):\[\033[01;34m\]\W \$\[\033[00m\] '
else
PS1='${debian_chroot:+($debian_chroot)}[\u@\h](\D{%b %d} \A):\W \$ '
fi

View File

@ -25,5 +25,5 @@ set-window-option -g mode-keys vi
set -g status-right '%H:%m %d-%b-%y '
# default shell
set -g default-terminal "screen-256color" /bin/bash
#set -g default-terminal "screen-256color" /bin/bash
#set-option -g default-shell /bin/bash