tangled
alpha
login
or
join now
davidgasquez.com
/
dotfiles
1
fork
atom
๐ง Where my dotfiles lives in harmony and peace, most of the time
1
fork
atom
overview
issues
pulls
pipelines
๐ฅ Remove obsolete aigcm helper
davidgasquez.com
1 month ago
408fb146
cf04a8de
-5
1 changed file
expand all
collapse all
unified
split
terminal
zshrc
-5
terminal/zshrc
···
64
64
alias copy='wl-copy'
65
65
alias pasta='wl-paste'
66
66
67
67
-
# Functions
68
68
-
aigcm() {
69
69
-
tmux new-session -d -s "aigcm-$(date +%s)" "pi -p 'commit changes'"
70
70
-
}
71
71
-
72
67
qgs() {
73
68
git pull &&
74
69
git add -A . &&