diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2020-02-26 13:48:33 +0100 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2020-02-26 13:48:33 +0100 |
commit | 178ffef0226b45ad4b1862c7e9223cd539788bcc (patch) | |
tree | 765e23862f50479dd48ab312f6cb9aa0fa202a86 /bashit_bash_profile | |
parent | 724bb024d49f2883c186e80a016abd9b956bba96 (diff) | |
download | dotfiles-178ffef0226b45ad4b1862c7e9223cd539788bcc.tar.gz |
removed bashit
Diffstat (limited to 'bashit_bash_profile')
-rw-r--r-- | bashit_bash_profile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/bashit_bash_profile b/bashit_bash_profile new file mode 100644 index 0000000..5f73e6a --- /dev/null +++ b/bashit_bash_profile @@ -0,0 +1,13 @@ +# +# ~/.bash_profile +# + +alias vim=nvim + +export EDITOR=nvim +export VISUAL=nvim + +PATH=~/bin:$PATH +[[ -f ~/.files ]] && source ~/.files && PATH="$DOTFILEBASE/scripts:$PATH" + +[[ -f ~/.bashrc ]] && . ~/.bashrc |