diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2021-01-13 23:31:44 +0100 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2021-01-13 23:48:04 +0100 |
commit | 45503702fdb366ad643f4827e50c0df7cf93980e (patch) | |
tree | 5bf4bba9e22b75b39167351df42243b5b97122b5 /bash/.bash_profile | |
parent | 64b8b0c0ea9776f4d8002af1f57bf846dfe2697e (diff) |
Reorder using Stow better
Diffstat (limited to 'bash/.bash_profile')
-rw-r--r-- | bash/.bash_profile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/bash/.bash_profile b/bash/.bash_profile deleted file mode 100644 index 7d5f3c9..0000000 --- a/bash/.bash_profile +++ /dev/null @@ -1,4 +0,0 @@ -# Load bashrc to mantain only one file -if [ -f "$HOME/.bashrc" ]; then - source "$HOME/.bashrc" -fi |