You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
alias ma='my_activity.py --output-format="- [{title}]({url})" | sed -e "s/^Changes:$/Changes:\n/g" | sed -e "s/^Reviews:$/Reviews:\n/g" | sed -e "s/^Issues:$/Issues:\n/g"'
79
79
alias mount-tmpfs-out='sudo mount -t tmpfs -o size=50% tmpfs out'
80
80
alias n='notify'
81
-
alias notify-fail='(notify-send -i $BASH_CONFIG_DIR/icons/red.png "FAIL"; paplay /usr/share/sounds/ubuntu/stereo/system-ready.ogg; exit 1)'
82
-
alias notify-ok='(notify-send -i $BASH_CONFIG_DIR/icons/green.png "OK"; paplay /usr/share/sounds/ubuntu/stereo/message.ogg; exit 0)'
81
+
alias notify-fail='(notify-send -i $BASH_CONFIG_DIR/icons/red.png "FAIL"; paplay /usr/share/sounds/freedesktop/stereo/complete.oga; exit 1)'
82
+
alias notify-ok='(notify-send -i $BASH_CONFIG_DIR/icons/green.png "OK"; paplay /usr/share/sounds/freedesktop/stereo/message.oga; exit 0)'
83
83
alias notify='test $? -eq 0 && notify-ok || notify-fail'
84
84
alias p="pushd +1"
85
85
alias r2='if [ -e out2/Release/chrome ]; then out2/Release/chrome `run-flags`; else out2/Release/Chromium.app/Contents/MacOS/Chromium; fi'
0 commit comments