Merge branch 'main' of ssh://gitlab.com/tavo-wasd/dotfiles
merge
This commit is contained in:
commit
d515f1e77a
2 changed files with 5 additions and 1 deletions
5
scripts/cal
Executable file
5
scripts/cal
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
HCOL="\x1b[44m"
|
||||
TODAY="$(date '+%d' | sed 's/^0//')"
|
||||
/bin/cal "$@" | sed "s, $TODAY ,$HCOL $TODAY\x1b[0m ,"
|
|
@ -30,7 +30,6 @@ alias \
|
|||
# Command shortcuts
|
||||
alias \
|
||||
mgr-all="mgr pacman_upgrade apt_upgrade flatpak_update distrobox_update pip_update configs passmgr" \
|
||||
cal='printf "\033[1m\033[34m=== %s ===\033[0m\n%s\n" "$DATE" "$(calcurse -a -t)"' \
|
||||
df-short="df -h | grep -v '\s/dev.*$\|\s/run.*$\|\s/boot.*$'" \
|
||||
wacom-setup-menu="wacom-setup menu" \
|
||||
swayimg="swayimg -s fit -w 000000 -m" \
|
||||
|
|
Loading…
Reference in a new issue