diff options
author | Bryson Steck <brysonsteck@protonmail.com> | 2022-11-16 19:01:14 -0700 |
---|---|---|
committer | Bryson Steck <brysonsteck@protonmail.com> | 2022-11-16 19:01:14 -0700 |
commit | 1fad9afb72b2d729bb5328dfd6711c0a8dc4e8d3 (patch) | |
tree | d67ff510d7fd5df4ac34c88ba07286526cca9ca4 /bash/.bash_profile | |
parent | 6cbfdc93d9a9436f11a66ee8e2501d11b5e90efb (diff) | |
download | dotfiles-1fad9afb72b2d729bb5328dfd6711c0a8dc4e8d3.tar dotfiles-1fad9afb72b2d729bb5328dfd6711c0a8dc4e8d3.tar.gz dotfiles-1fad9afb72b2d729bb5328dfd6711c0a8dc4e8d3.tar.bz2 |
update shabangs
Diffstat (limited to 'bash/.bash_profile')
-rw-r--r-- | bash/.bash_profile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bash/.bash_profile b/bash/.bash_profile index 7ec459d..c5cb988 100644 --- a/bash/.bash_profile +++ b/bash/.bash_profile @@ -1,3 +1,4 @@ +#!/bin/bash # .bash_profile PATH=$PATH:$HOME/.local/bin:$HOME/bin:$HOME/.cargo/bin @@ -13,4 +14,5 @@ fi export PATH complete -cf doas export PATH=$PATH:/home/bryson/.spicetify +export EDITOR=/usr/bin/vim #source "/home/bryson/git/emsdk/emsdk_env.sh" |