systemSetup

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

commit 895335c9a207810f7b07055832f3e150f8592bf8
parent 0826e5e9f2d40b9f8cb83276b7e092fb82073de1
Author: Remy Noulin <loader2x@gmail.com>
Date:   Sun, 16 Sep 2018 15:38:39 +0200

add ssw spm show alias

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

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

diff --git a/dotfiles/.bash_aliases b/dotfiles/.bash_aliases @@ -76,6 +76,7 @@ alias sn='spm new' alias sp='spm publish' alias si='spm install' alias sun='spm uninstall' +alias ssw='spm show' alias sup='spm update' alias sf='spm find' alias st='spm top'