mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
mpd in profile
This commit is contained in:
parent
48a7022e8c
commit
43624f4d7b
2
.profile
2
.profile
@ -24,6 +24,8 @@ export LESS_TERMCAP_se="$(printf '%b' '[0m')"; a="${a%_}"
|
||||
export LESS_TERMCAP_us="$(printf '%b' '[1;32m')"; a="${a%_}"
|
||||
export LESS_TERMCAP_ue="$(printf '%b' '[0m')"; a="${a%_}"
|
||||
|
||||
mpd >/dev/null 2>&1 &
|
||||
|
||||
[ ! -f ~/.config/shortcutrc ] && shortcuts >/dev/null 2>&1
|
||||
|
||||
echo "$0" | grep "bash$" >/dev/null && [ -f ~/.bashrc ] && source "$HOME/.bashrc"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user