diff options
Diffstat (limited to 'fedora/.bash_profile')
-rw-r--r-- | fedora/.bash_profile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/fedora/.bash_profile b/fedora/.bash_profile deleted file mode 100644 index eadc104..0000000 --- a/fedora/.bash_profile +++ /dev/null @@ -1,10 +0,0 @@ -# .bash_profile - -# Get the aliases and functions -if [ -f ~/.bashrc ]; then - . ~/.bashrc -fi - -# User specific environment and startup programs -export GOPATH=$HOME/.local/share/go -export PATH=$PATH:$HOME/.local/bin:$GOPATH/bin:$HOME/.cargo/bin |