dotfiles

*nix config files
git clone git://git.pyratebeard.net/dotfiles.git
Log | Files | Refs | README

commit c97f50e793d5fb2aaca59b02d433a87a0ed34169
parent 2a0c57e7ef5e13477e145260ba77e0ee191ed3f6
Author: pyratebeard <root@pyratebeard.net>
Date:   Wed, 19 Nov 2025 11:56:20 +0000

feat(zsh): edit calendar entry for date

Diffstat:
Mzsh/.config/zsh/aliases.zsh | 11++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/zsh/.config/zsh/aliases.zsh b/zsh/.config/zsh/aliases.zsh @@ -75,11 +75,10 @@ command -v gmake >/dev/null && alias make='gmake' # ▓▓▒░ almighty text editor alias \ - v="nvim" \ - vi="nvim" \ + v="nvim" \ + vi="nvim" \ emacs="nvim" - # ▓▓▒░ git alias \ g="git" \ @@ -178,7 +177,7 @@ command -v gmake >/dev/null && alias make='gmake' # ▓▓▒░ suffix alias -s \ - md=nvim \ + md=nvim \ {png,jpg,jpeg}=sxiv \ pdf=zathura \ mp4=mpv @@ -209,7 +208,9 @@ command -v gmake >/dev/null && alias make='gmake' feh="feh -g 640x480" \ rum.sh="nc rum.sh 9999" \ moebius="cd $HOME/.local/src/warez/moebius ; /usr/bin/npm start" \ - cointop="$HOME/.local/src/go/bin/cointop --hide-statusbar" + cointop="$HOME/.local/src/go/bin/cointop --hide-statusbar" \ + \ + calendar="nvim +/$(date -I) $HOME/.local/var/notes/calendar.txt" \ # ▓▓▒░ fun(ctions)