๐Ÿ”ง Where my dotfiles lives in harmony and peace, most of the time

๐Ÿ”ฅ Remove obsolete aigcm helper

-5
-5
terminal/zshrc
··· 64 64 alias copy='wl-copy' 65 65 alias pasta='wl-paste' 66 66 67 - # Functions 68 - aigcm() { 69 - tmux new-session -d -s "aigcm-$(date +%s)" "pi -p 'commit changes'" 70 - } 71 - 72 67 qgs() { 73 68 git pull && 74 69 git add -A . &&