wal: skip trying to set wallpaper and run quiet
This commit is contained in:
parent
ac048c44b3
commit
7ee9277b12
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
[ -x "$(command -v g610-led)" ] && g610-led -a ff
|
||||
|
||||
# Colors
|
||||
[ -x "$(command -v wal)" ] && wal -R
|
||||
[ -x "$(command -v wal)" ] && wal -Rnq
|
||||
|
||||
export PATH
|
||||
PATH="$PATH:$(du "$HOME/.local/bin" | cut -f2 | paste -sd ':' -)"
|
||||
|
|
Loading…
Add table
Reference in a new issue