diff options
| l--------- | .bash_profile | 2 | ||||
| l---------[-rw-r--r--] | .bashrc | 11 | ||||
| -rw-r--r-- | .config/bashrc | 10 |
3 files changed, 12 insertions, 11 deletions
diff --git a/.bash_profile b/.bash_profile index 5157537..412a50d 120000 --- a/.bash_profile +++ b/.bash_profile @@ -1 +1 @@ -.bashrc
\ No newline at end of file +.config/bashrc
\ No newline at end of file @@ -1,10 +1 @@ -# -# ~/.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 ':')" - +.config/bashrc
\ No newline at end of file diff --git a/.config/bashrc b/.config/bashrc new file mode 100644 index 0000000..558cc76 --- /dev/null +++ b/.config/bashrc @@ -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 ':')" + |
