remove obsolete taskwarrior aliases

master
lub 4 years ago
parent e5789dc66d
commit d987fc043f

@ -22,54 +22,6 @@ fi
export QT_QPA_PLATFORM=wayland-egl
export MOZ_ENABLE_WAYLAND=1
function q1 {
echo 'Important and Urgent'
if [ $# -ne 1 ]; then
task q1
else
task $1 mod prio:H +urg -unu
task inbox
fi
}
function q2 {
echo 'Important and Not Urgent'
if [ $# -ne 1 ]; then
task q2
else
task $1 mod prio:H +unu -urg
task inbox
fi
}
function q3 {
echo 'Not Important and Urgent'
if [ $# -ne 1 ]; then
task q3
else
task $1 mod prio:L +urg -unu
task inbox
fi
}
function q4 {
echo 'Not Important and Not Urgent'
if [ $# -ne 1 ]; then
task q4
else
task $1 mod prio:L +unu -urg
task inbox
fi
}
function toverview {
q4
echo
q3
echo
q2
echo
q1
echo Inbox
task inbox
}
function sqlsetup {
sudo mount -t drvfs '\\hldnt352.berner.lan\softwaredepot/common/microsoft/sqlsetup/scripts' ~/shares/sqlsetup
rm -r ~/shares/sqlsetup/*

Loading…
Cancel
Save