diff options
author | Luca Matei Pintilie <lucafulger@gmail.com> | 2022-09-08 16:30:46 +0000 |
---|---|---|
committer | Luca Matei Pintilie <lucafulger@gmail.com> | 2022-09-08 16:30:46 +0000 |
commit | f13e82880cfcb566df62d9d3c787cc021273142e (patch) | |
tree | a71b2cb2e3383e4ceebf2e4173ee4850015b0e99 /.bash_profile | |
parent | e3326d1b0295aa5c25a3f96a62f347f370156d11 (diff) | |
download | dotfiles-f13e82880cfcb566df62d9d3c787cc021273142e.tar dotfiles-f13e82880cfcb566df62d9d3c787cc021273142e.tar.gz dotfiles-f13e82880cfcb566df62d9d3c787cc021273142e.tar.bz2 dotfiles-f13e82880cfcb566df62d9d3c787cc021273142e.tar.lz dotfiles-f13e82880cfcb566df62d9d3c787cc021273142e.tar.xz dotfiles-f13e82880cfcb566df62d9d3c787cc021273142e.tar.zst dotfiles-f13e82880cfcb566df62d9d3c787cc021273142e.zip |
Add i3
Diffstat (limited to '.bash_profile')
-rw-r--r-- | .bash_profile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.bash_profile b/.bash_profile new file mode 100644 index 0000000..5545f00 --- /dev/null +++ b/.bash_profile @@ -0,0 +1,5 @@ +# +# ~/.bash_profile +# + +[[ -f ~/.bashrc ]] && . ~/.bashrc |