diff options
| -rw-r--r-- | bash/.bashrc | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/bash/.bashrc b/bash/.bashrc index 4513c25..36bb569 100644 --- a/bash/.bashrc +++ b/bash/.bashrc | |||
| @@ -5,8 +5,6 @@ | |||
| 5 | # If not running interactively, don't do anything | 5 | # If not running interactively, don't do anything |
| 6 | [[ $- != *i* ]] && return | 6 | [[ $- != *i* ]] && return |
| 7 | 7 | ||
| 8 | alias ls='ls --color=auto' | ||
| 9 | |||
| 10 | cd() { | 8 | cd() { |
| 11 | builtin cd "$@" && ls -A | 9 | builtin cd "$@" && ls -A |
| 12 | } | 10 | } |
| @@ -26,10 +24,14 @@ man() { | |||
| 26 | man "$@" | 24 | man "$@" |
| 27 | } | 25 | } |
| 28 | 26 | ||
| 29 | #PS1='[\u@\h \W]\$ ' | 27 | alias ls='ls --color=auto' |
| 30 | PS1='[\d][\t]\u on \h\n\w => ' | ||
| 31 | |||
| 32 | alias jblive='vlc rtmp://videocdn-us.geocdn.scaleengine.net/jblive/live/jblive.stream 2> /dev/null &' | 28 | alias jblive='vlc rtmp://videocdn-us.geocdn.scaleengine.net/jblive/live/jblive.stream 2> /dev/null &' |
| 33 | 29 | ||
| 30 | |||
| 31 | export PS1='[\d][\t]\u on \h\n\w => ' | ||
| 32 | export GOPATH="$HOME/programming/go" | ||
| 33 | export PATH="$PATH:$GOPATH/bin" | ||
| 34 | export EDITOR="vim" | ||
| 35 | |||
| 34 | source liquidprompt | 36 | source liquidprompt |
| 35 | archey | 37 | archey3 |
