mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-10 02:52:55 +00:00
bring aliases up to date
This commit is contained in:
parent
712f0ea6a6
commit
0fb8bf410c
@ -146,6 +146,10 @@ in {
|
|||||||
"-" = "cd -";
|
"-" = "cd -";
|
||||||
mkd = "mkdir -pv";
|
mkd = "mkdir -pv";
|
||||||
|
|
||||||
|
# System
|
||||||
|
s = "sudo";
|
||||||
|
sc = "systemctl";
|
||||||
|
|
||||||
# Tmux
|
# Tmux
|
||||||
ta = "tmux attach-session";
|
ta = "tmux attach-session";
|
||||||
tan = "tmux attach-session -t noah";
|
tan = "tmux attach-session -t noah";
|
||||||
@ -162,6 +166,7 @@ in {
|
|||||||
gac = "git commit -am";
|
gac = "git commit -am";
|
||||||
gc = "git commit -m";
|
gc = "git commit -m";
|
||||||
gca = "git commit --amend --no-edit";
|
gca = "git commit --amend --no-edit";
|
||||||
|
gcae = "git commit --amend";
|
||||||
gu = "git pull";
|
gu = "git pull";
|
||||||
gp = "git push";
|
gp = "git push";
|
||||||
gpp = "git_set_upstream";
|
gpp = "git_set_upstream";
|
||||||
|
Loading…
Reference in New Issue
Block a user