mirror of
https://github.com/agresdominik/dotfiles.git
synced 2026-07-21 16:00:55 +00:00
chore
This commit is contained in:
@@ -64,6 +64,9 @@ alias vps01='tmux new-session -s vps01 "ssh agres@agres.online"'
|
||||
alias vps02='tmux new-session -s vps02 "ssh agres@agres.cloud"'
|
||||
alias pve01='tmux new-session -s pve01 "ssh agres@192.168.0.200"'
|
||||
|
||||
# docs folder
|
||||
alias docsync='cd ~/documents && git pull && git add -A && git commit -m "sync $(date +%F)" && git push'
|
||||
|
||||
# Slop Alias
|
||||
claude() {
|
||||
if [ $# -eq 0 ]; then
|
||||
|
||||
Reference in New Issue
Block a user