bring aliases up to date

This commit is contained in:
Noah Masur 2022-04-23 17:45:41 +00:00
parent 712f0ea6a6
commit 0fb8bf410c

View File

@ -146,6 +146,10 @@ in {
"-" = "cd -";
mkd = "mkdir -pv";
# System
s = "sudo";
sc = "systemctl";
# Tmux
ta = "tmux attach-session";
tan = "tmux attach-session -t noah";
@ -162,6 +166,7 @@ in {
gac = "git commit -am";
gc = "git commit -m";
gca = "git commit --amend --no-edit";
gcae = "git commit --amend";
gu = "git pull";
gp = "git push";
gpp = "git_set_upstream";