Update 2023-02-22 08:18 OpenBSD/amd64

This commit is contained in:
c0dev0id
2023-02-22 08:18:57 +01:00
parent 5b2f60e6e5
commit 1d3ee78382
8 changed files with 63 additions and 83 deletions

7
.kshrc
View File

@@ -126,8 +126,13 @@ alias vimrc="vim ~/.vim/vimrc"
alias kludges="vim ~/.notion/cfg_kludges.lua"
alias spectrwmrc="vim ~/.config/spectrwm/spectrwm.conf"
# vim
vimdiffdir() {
vim -c "DirDiff $1 $2"
}
# remind
alias rem="clear; remind -c+cu3 -wt ~/.reminders"
alias rem="clear; remind -c+cu4 -wt ~/.reminders"
alias remy="clear; remind -cu12 -wt ~/.reminders | less"
rems() {
echo "Reminders for $(date +%Y/%m/%d) (today)"