This commit is contained in:
TheK4n 2021-12-24 22:02:26 +00:00
parent 00327bfa55
commit 70378d1513
2 changed files with 6 additions and 2 deletions

View File

@ -21,8 +21,8 @@
a = "!git status --short | peco | awk '{print $2}' | xargs git add"
d = diff
co = checkout
ci = commit
ca = commit -a
ci = commit -m
ca = commit -am
ps = "!git push origin $(git rev-parse --abbrev-ref HEAD)"
pl = "!git pull origin $(git rev-parse --abbrev-ref HEAD)"
st = status
@ -47,3 +47,6 @@
[github]
user = "TheK4n"
email = "djvlad967891@gmail.com"
[user]
email = djvlad967891@gmail.com
name = TheK4n

View File

@ -8,6 +8,7 @@ backup:
mv ~/.vim ~/.vim.bak || true
mv ~/.subbash ~/.subbash.bak || true
mv ~/.tmux.conf ~/.tmux.conf.bak || true
mv ~/.gitconfig ~/.gitconfig.bak || true
install:
ln -s $(PWD)/.subbash ~ || true