Skip to content

Commit

Permalink
👍 update alias
Browse files Browse the repository at this point in the history
  • Loading branch information
PiroHiroPiro committed Aug 21, 2023
1 parent ea2d80f commit 3b77795
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
5 changes: 2 additions & 3 deletions bash/.bash_aliases
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,10 @@ alias dsp="docker system prune"
# more alias for git
alias g="git"
alias gb="git branch"
alias gc="git checkout"
alias gd="git diff"
alias gs="git status"
alias gcm="git checkout master"
alias gpom="git pull origin master"
alias gcm="git checkout main"
alias gpom="git pull origin main"

# more alias for lazygit
alias lg="lazygit"
Expand Down
5 changes: 2 additions & 3 deletions fish/.config/fish/config.fish
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,10 @@ alias dsp="docker system prune"
# more alias for git
alias g="git"
alias gb="git branch"
alias gc="git checkout"
alias gd="git diff"
alias gs="git status"
alias gcm="git checkout master"
alias gpom="git pull origin master"
alias gcm="git checkout main"
alias gpom="git pull origin main"

# more alias for lazygit
alias lg="lazygit"
Expand Down
5 changes: 2 additions & 3 deletions zsh/.zsh_aliases
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,10 @@ alias dsp="docker system prune"
# more alias for git
alias g="git"
alias gb="git branch"
alias gc="git checkout"
alias gd="git diff"
alias gs="git status"
alias gcm="git checkout master"
alias gpom="git pull origin master"
alias gcm="git checkout main"
alias gpom="git pull origin main"

# more alias for lazygit
alias lg="lazygit"
Expand Down

0 comments on commit 3b77795

Please sign in to comment.