Small change, TERM & PS1
This commit is contained in:
parent
d9cc9b18b4
commit
e2edae5127
1 changed files with 2 additions and 2 deletions
4
bashrc
4
bashrc
|
@ -1,5 +1,5 @@
|
||||||
test -s ~/.alias && . ~/.alias || true
|
test -s ~/.alias && . ~/.alias || true
|
||||||
PS1='\[\033[1;31m\]I@\h\[\033[0m\] [\[\033[31m\]\w\[\033[0m\]] $> \[\033[0m\]'
|
PS1='\[\033[0;33m\]\w\[\] \[\033[0;32m\]me@\h\[\033[0m\] $> \[\033[0m\]'
|
||||||
export PATH=$PATH:~/bin:~/local/bin
|
export PATH=$PATH:~/bin:~/local/bin
|
||||||
|
|
||||||
function tmux_title {
|
function tmux_title {
|
||||||
|
@ -25,7 +25,7 @@ eval $(dircolors -b $HOME/.dircolors)
|
||||||
# Global Options
|
# Global Options
|
||||||
export LS_OPTIONS=""
|
export LS_OPTIONS=""
|
||||||
export LESS='-R'
|
export LESS='-R'
|
||||||
export TERM=screen-16color
|
export TERM=screen-256color
|
||||||
|
|
||||||
# Aliases
|
# Aliases
|
||||||
alias ls="ls --color=always --time-style=long-iso -F"
|
alias ls="ls --color=always --time-style=long-iso -F"
|
||||||
|
|
Loading…
Reference in a new issue