diff options
| l--------- | .bash_profile | 1 | ||||
| -rw-r--r-- | .bashrc | 10 |
2 files changed, 11 insertions, 0 deletions
diff --git a/.bash_profile b/.bash_profile new file mode 120000 index 0000000..5157537 --- /dev/null +++ b/.bash_profile @@ -0,0 +1 @@ +.bashrc
\ No newline at end of file @@ -0,0 +1,10 @@ +# +# ~/.bashrc +# + +# If not running interactively, don't do anything. +[[ $- != *i* ]] && return + +# Adds `~/.local/bin` to $PATH +export PATH="$PATH:$(du "$HOME/.local/bin/" | cut -f2 | paste -sd ':')" + |
