diff options
Diffstat (limited to '.bashrc')
| -rw-r--r-- | .bashrc | 10 | 
1 files changed, 10 insertions, 0 deletions
@@ -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 ':')" +  | 
