From 6cca93eaf543609fb65cc5785d36d9abfdfd57a0 Mon Sep 17 00:00:00 2001 From: Eric Phillips Date: Tue, 18 Apr 2017 21:01:20 -0600 Subject: [PATCH] added GOPATH and moved some stuff around --- bashrc | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/bashrc b/bashrc index 143ff1e..152acea 100644 --- a/bashrc +++ b/bashrc @@ -12,7 +12,15 @@ if [[ $- != *i* ]] ; then return fi -# Put your fun stuff here. +#Shell Variables +PATH="/home/ewpt3ch/bin:/home/ewpt3ch/tmux:${PATH}:./:" +export EDITOR=vim +export PAGER=less +export LIBVA_DRIVER_NAME=vdpau +export BROWSER=firefox-developer +export GOPATH="/home/ewpt3ch/go" + + #source /etc/profile.d/bash-completion.sh source ~/todo.txt-cli/todo_completion source ~/bin/npm_completion @@ -26,12 +34,6 @@ alias grep='grep --color=auto' alias fgrep='fgrep --color=auto' alias egrep='egrep --color=auto' complete -F _todo t -PATH="/home/ewpt3ch/bin:/home/ewpt3ch/tmux:${PATH}:./:" -#export VMWARE_USE_SHIPPED_GTK="yes" -export EDITOR=vim -export PAGER=less -export LIBVA_DRIVER_NAME=vdpau -export BROWSER=firefox-developer #create cache-dir for chrome mkdir -p /tmp/ewpt3ch-cache/chrome mkdir -p /tmp/ewpt3ch-cache/chromium