summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.bashrc5
1 files changed, 2 insertions, 3 deletions
diff --git a/.bashrc b/.bashrc
index 93459e1..bb7fca4 100644
--- a/.bashrc
+++ b/.bashrc
@@ -10,8 +10,7 @@
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
-alias ls='ls --color=auto'
-
+export TERM="xterm-256color"
export PS1="\[$(tput bold)\]\[$(tput setaf 1)\]{\[$(tput setaf 3)\]\u\[$(tput setaf 2)\]@\[$(tput setaf 4)\]\h\[$(tput setaf 5)\] \W\[$(tput setaf 2)\]\$(git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/(\1)/')\[$(tput setaf 1)\]}\[$(tput setaf 7)\]\\$ \[$(tput sgr0)\]"
#auto cd
@@ -67,7 +66,7 @@ alias \
listdel='trash-list' \
restore='trash-restore' \
empty='trash-empty' \
- sitedir='cd /var/www' \
+ sitedir='cd /var/www/draco/public' \
gitdir='cd /var/git'
#git
alias \