diff options
| -rw-r--r-- | .profile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -31,6 +31,8 @@ export LESS_TERMCAP_se="$(printf '%b' '[0m')" export LESS_TERMCAP_us="$(printf '%b' '[1;32m')" export LESS_TERMCAP_ue="$(printf '%b' '[0m')" +mpd >/dev/null 2>&1 & + [ ! -f ~/.config/shortcutrc ] && shortcuts >/dev/null 2>&1 echo "$0" | grep "bash$" >/dev/null && [ -f ~/.bashrc ] && source "$HOME/.bashrc" |
