diff options
Diffstat (limited to '.bash_profile')
| -rwxr-xr-x | .bash_profile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.bash_profile b/.bash_profile new file mode 100755 index 0000000..c5ce0a6 --- /dev/null +++ b/.bash_profile @@ -0,0 +1,7 @@ + +[[ -s "$HOME/.profile" ]] && source "$HOME/.profile" # Load the default .profile + + +[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function* + +source /home/archlinux/vgg/.config/broot/launcher/bash/br |
