systemSetup

system setup, configuration and dotfiles
git clone https://noulin.net/git/systemSetup.git
Log | Files | Refs | README | LICENSE

commit c07005bcc4b8b709bde35aee5aaad7db923287c2
parent b6c895c7172ebaf70cb98ffdb98f4ac3236bb3e2
Author: Remy Noulin <loader2x@gmail.com>
Date:   Wed, 10 Oct 2018 21:55:31 +0200

add zm and ze aliases for sheepy -m and -e

dotfiles/.bash_aliases | 2 ++
1 file changed, 2 insertions(+)

Diffstat:
Mdotfiles/.bash_aliases | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/dotfiles/.bash_aliases b/dotfiles/.bash_aliases @@ -73,6 +73,8 @@ alias zc='z -c' alias zl='z -l' alias zd='z -d' alias zn='z -n' +alias zm='z -m' +alias ze='z -e' alias sh='spm help' alias sn='spm new' alias sp='spm publish'