mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 23:22:57 +00:00
bring aliases up to date
This commit is contained in:
parent
712f0ea6a6
commit
0fb8bf410c
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user