Skip to content

Commit

Permalink
Add wip command to zshrc'
Browse files Browse the repository at this point in the history
  • Loading branch information
hammerdr committed Apr 21, 2022
1 parent e42b874 commit 7247e18
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ coder-session() {
ssh coder.hammer-default -t 'zsh -ic "tmux -CC attach || tmux new-session -t discord"'
}

wip() {
git commit -m 'wip' --no-verify
}

alias vi=nvim
alias vim=nvim

Expand Down

0 comments on commit 7247e18

Please sign in to comment.