systemSetup

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

commit b7aef05553650a48e3ececf1fbd7aa397fa670c9
parent 22bfcd7c1c8be89443d7d6e25529e4f030379ccc
Author: Remy Noulin <loader2x@gmail.com>
Date:   Wed, 12 Sep 2018 11:14:43 +0200

fix webs alias

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

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

diff --git a/dotfiles/.bash_aliases b/dotfiles/.bash_aliases @@ -42,7 +42,7 @@ alias ta="tmux attach" alias tad="tmux attach -d" #alias webs="w3m -no-cookie -s -W www.google.com" -alias webs='~/bin/webs.sh' +alias webs='/usr/local/bin/webs.sh' alias ws=webs alias cm="cmatrix -b -u 6 -a -C blue"