Compare commits
2 Commits
9b1190cedf
...
55c28f9ce3
Author | SHA1 | Date |
---|---|---|
|
55c28f9ce3 | |
|
0faacb3e0e |
|
@ -89,7 +89,7 @@ PROFILE_THEFUCK=${PROFILE_THEFUCK:-$(when_binary_available thefuck)}
|
|||
PROFILE_YARN=${PROFILE_YARN:-$(when_binary_available yarn)}
|
||||
|
||||
section "profile variables"
|
||||
set | grep '^PROFILE_'
|
||||
log "$(set | grep '^PROFILE_')"
|
||||
section_end
|
||||
|
||||
##############################################################################
|
||||
|
@ -244,7 +244,7 @@ section_end
|
|||
|
||||
# pulseaudio
|
||||
section "pulseaudio"
|
||||
if pulseaudio --check; then
|
||||
if has_binary pulseaudio && pulseaudio --check; then
|
||||
log "PulseAudio is active."
|
||||
else
|
||||
log "PulseAudio is inactive."
|
||||
|
|
Loading…
Reference in New Issue