Refactor xonsh config
This commit is contained in:
4
xonsh/linux.xsh
Normal file
4
xonsh/linux.xsh
Normal file
@@ -0,0 +1,4 @@
|
||||
from xonsh.platform import ON_LINUX
|
||||
|
||||
if ON_LINUX:
|
||||
aliases["pulsefix"] = "pulseaudio --kill; pulseaudio --start"
|
||||
Reference in New Issue
Block a user