From 212b93602bb42a66204e479543b42cdeb86b4cb1 Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Sun, 14 Dec 2014 15:31:39 +0100 Subject: More aliases in bashrc --- bash/.bashrc | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'bash') diff --git a/bash/.bashrc b/bash/.bashrc index 4513c25..36bb569 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -5,8 +5,6 @@ # If not running interactively, don't do anything [[ $- != *i* ]] && return -alias ls='ls --color=auto' - cd() { builtin cd "$@" && ls -A } @@ -26,10 +24,14 @@ man() { man "$@" } -#PS1='[\u@\h \W]\$ ' -PS1='[\d][\t]\u on \h\n\w => ' - +alias ls='ls --color=auto' alias jblive='vlc rtmp://videocdn-us.geocdn.scaleengine.net/jblive/live/jblive.stream 2> /dev/null &' + +export PS1='[\d][\t]\u on \h\n\w => ' +export GOPATH="$HOME/programming/go" +export PATH="$PATH:$GOPATH/bin" +export EDITOR="vim" + source liquidprompt -archey +archey3 -- cgit v1.2.3