Non-GNU TODO command

rmlint
This commit is contained in:
Knyffen 2022-10-12 16:21:08 +02:00
parent 4bcb9e2332
commit b794dac34a

View File

@ -44,6 +44,7 @@ alias yay="nice -n 19 yay --config ~/Nextcloud/configfiles/pacman.conf"
alias restartplasma='systemctl --user restart plasma-plasmashell'
alias surf="GDK_BACKEND=x11 surf"
alias nvim-restore="ls ~/.local/share/nvim/swap/ | xargs basename -s .swp | tr % / | xargs nvim"
alias rmlint="rmlint -o pretty:stdout"
# git
alias gst="git status"
@ -94,7 +95,12 @@ git() {
esac
}
alias TODO="ggn 'TODO: jry:?'"
if [ $HOSTNAME = 'gnu' ] && [ $USER = 'jry' ]; then
alias TODO="ggn 'TODO: jry:?'"
fi
if [ $USER = 'knyffen' ]; then
alias TODO="vim ~/Nextcloud/Notes/TODO.md"
fi
title() {
# set input argument as window title