Commit aa8f8461 authored by Elouan Martinet's avatar Elouan Martinet
Browse files

shell: add swayrc alias

parent ac490250
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -9,3 +9,6 @@ fi
if [ -x "$(getpath compton)" ]; then
	alias comptonrc="${EDITOR} '${HOME}/.config/compton.conf'"
fi
if [ -x "$(getpath sway)" ]; then
	alias swayrc="${EDITOR} '${HOME}/.config/sway/config'"
fi