Compare commits
No commits in common. "55c28f9ce3cafffbe8d93e3432fa4d953bdcf9ac" and "9b1190cedf590f852356d4a81dc3e3f9596893bd" have entirely different histories.
55c28f9ce3
...
9b1190cedf
|
@ -89,7 +89,7 @@ PROFILE_THEFUCK=${PROFILE_THEFUCK:-$(when_binary_available thefuck)}
|
|||
PROFILE_YARN=${PROFILE_YARN:-$(when_binary_available yarn)}
|
||||
|
||||
section "profile variables"
|
||||
log "$(set | grep '^PROFILE_')"
|
||||
set | grep '^PROFILE_'
|
||||
section_end
|
||||
|
||||
##############################################################################
|
||||
|
@ -244,7 +244,7 @@ section_end
|
|||
|
||||
# pulseaudio
|
||||
section "pulseaudio"
|
||||
if has_binary pulseaudio && pulseaudio --check; then
|
||||
if pulseaudio --check; then
|
||||
log "PulseAudio is active."
|
||||
else
|
||||
log "PulseAudio is inactive."
|
||||
|
|
Loading…
Reference in New Issue