aboutsummaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2021-03-08 19:03:55 -0500
committertdro <tdro@users.noreply.github.com>2021-03-08 19:03:55 -0500
commitd9d801f1601b03359db21b264f51fb1aa5788f6b (patch)
tree5e2372ecc69f7cba1c121bca3db2ce9fd35cc318 /.bashrc
parentfb801f60d327de9f4288af0d80f98e9cbd92df16 (diff)
downloaddotfiles-d9d801f1601b03359db21b264f51fb1aa5788f6b.tar.gz
dotfiles-d9d801f1601b03359db21b264f51fb1aa5788f6b.tar.bz2
dotfiles-d9d801f1601b03359db21b264f51fb1aa5788f6b.zip
.bash_profile: Set permanent GOPATH
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index 9523b76..4e541b3 100644
--- a/.bashrc
+++ b/.bashrc
@@ -85,7 +85,6 @@ alias diceware='diceware -d " "'
alias dict='dict -h localhost'
alias dmesg='dmesg -e'
alias emacs='TERM=xterm-256color emacs -nw'
-alias go='GOPATH=$(pwd)/go go'
alias grep='grep --color=tty -d skip'
alias locate='locate -ie'
alias ls='ls -hN --color=always --group-directories-first'