summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-09-26 16:08:02 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-09-26 16:08:02 +0200
commit506613b8e899976762d16ab075e4fb24f09f940e (patch)
tree826c04c34afa66c61c595f6bb03cb9d3a39bafaf
parentMouse speed update (diff)
downloaddotfiles-bsd-506613b8e899976762d16ab075e4fb24f09f940e.tar.gz
dotfiles-bsd-506613b8e899976762d16ab075e4fb24f09f940e.tar.bz2
dotfiles-bsd-506613b8e899976762d16ab075e4fb24f09f940e.tar.xz
dotfiles-bsd-506613b8e899976762d16ab075e4fb24f09f940e.tar.zst
dotfiles-bsd-506613b8e899976762d16ab075e4fb24f09f940e.zip
Aliases update
-rw-r--r--.config/zsh/alias.zsh4
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/zsh/alias.zsh b/.config/zsh/alias.zsh
index 170e191..11775a8 100644
--- a/.config/zsh/alias.zsh
+++ b/.config/zsh/alias.zsh
@@ -18,3 +18,7 @@ alias chown='chown -v'
alias grep='grep --color'
alias tree='tree -C'
alias dgit='git --git-dir=$HOME/Documents/dotfiles-bsd --work-tree=$HOME'
+alias diff='colordiff'
+alias ga='git add'
+alias gco='git commit -m'
+alias gpp='git push'