bashrc
This commit is contained in:
13
.bashrc
Normal file
13
.bashrc
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
alias gs='git status'
|
||||
alias gl='git log'
|
||||
alias ga='git add'
|
||||
alias gaa='git add -A'
|
||||
alias gc='git commit -m'
|
||||
alias gt='git tag -ma'
|
||||
alias gp='git push'
|
||||
alias gpt='git push --follow-tags'
|
||||
alias gd='git diff'
|
||||
|
||||
alias n='nvim'
|
||||
alias p='cd ~/Documents/prog'
|
||||
Reference in New Issue
Block a user