mirror of
https://github.com/Ajetski/dotfiles.git
synced 2025-09-30 07:23:17 -09:00
add aliases
This commit is contained in:
parent
72cd00056a
commit
2839650eba
5
.zshrc
5
.zshrc
@ -30,6 +30,11 @@ alias ls="exa"
|
|||||||
#development shortcuts
|
#development shortcuts
|
||||||
#git things
|
#git things
|
||||||
alias lg="lazygit"
|
alias lg="lazygit"
|
||||||
|
alias ga="git add -A"
|
||||||
|
alias gr="git reset"
|
||||||
|
alias gb="git branch"
|
||||||
|
alias gch="git checkout"
|
||||||
|
alias gc="git commit -m"
|
||||||
alias cfg="lazygit --git-dir=$HOME/.cfg --work-tree=$HOME"
|
alias cfg="lazygit --git-dir=$HOME/.cfg --work-tree=$HOME"
|
||||||
#terminal multiplexing things
|
#terminal multiplexing things
|
||||||
alias tn="tmux -u -f $TMUX_CONFIG new"
|
alias tn="tmux -u -f $TMUX_CONFIG new"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user