Load bash_profile.bak
parent
c00e22d6bf
commit
9fa620ea16
|
|
@ -1,5 +1,8 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
# Load previous profile
|
||||||
|
source $HOME/.bash_profile.bak
|
||||||
|
|
||||||
# Path to the bash it configuration
|
# Path to the bash it configuration
|
||||||
export BASH_IT="$HOME/.bash_it"
|
export BASH_IT="$HOME/.bash_it"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue