diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-06-12 21:26:56 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-06-12 21:26:56 +0700 |
commit | 88051c9ccfa9b863b41f0ae86dbb1caaeb739743 (patch) | |
tree | b013742178c012abcb11d72e888be4b62105fc40 /fedora/.bash_profile | |
parent | c6b2aca48fc3aa2a0039a99aad8fdb13b926fa94 (diff) | |
download | dotfiles-88051c9ccfa9b863b41f0ae86dbb1caaeb739743.tar.gz |
Overhaul configurations
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 |