epcim
5/4/2017 - 11:44 AM

bashrc

bashrc


# history
HISTTIMEFORMAT="%d/%m/%y %T "

# User specific aliases and functions                                                                      
which wmname >/dev/null && wmname LG3D

source "$HOME/.homesick/repos/homeshick/homeshick.sh"
source "$HOME/.homesick/repos/homeshick/completions/homeshick-completion.bash"

test -e $HOME/Applications/git-annex.app && export PATH=/Applications/git-annex.app/Contents/MacOS:$PATH
test -e $HOME/hg2g/apps/git-annex.linux && export PATH=$HOME/hg2g/apps/git-annex.linux:$PATH

GOPATH=~/hg2g/workspace-go
export PATH="$PATH:$GOPATH/bin:~/hg2g/apps/npm/bin"