catching up changes on server
This commit is contained in:
parent
c166fed1aa
commit
8484419740
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue