diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-09-26 16:08:02 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-09-26 16:08:02 +0200 |
commit | 506613b8e899976762d16ab075e4fb24f09f940e (patch) | |
tree | 826c04c34afa66c61c595f6bb03cb9d3a39bafaf | |
parent | Mouse speed update (diff) | |
download | dotfiles-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.zsh | 4 |
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' |