systemSetup

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

commit 0826e5e9f2d40b9f8cb83276b7e092fb82073de1
parent 6b002f74e8e60f8af8229f9775c0aadbfec3795c
Author: Remy Noulin <loader2x@gmail.com>
Date:   Sun, 16 Sep 2018 10:00:33 +0200

update al to have only one output stream to be able to grep

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 @@ -2,7 +2,7 @@ if [ -f ~/.bash_aliases_local ]; then . ~/.bash_aliases_local fi -alias al="cat ~/.bash_aliases|grep '^alias' && cat ~/.bash_aliases_local | grep '^alias'" +alias al="(cat ~/.bash_aliases|grep '^alias' && cat ~/.bash_aliases_local | grep '^alias')" alias pss='pwgen -s -y 20 6; echo ; pwgen -s 20 6' alias tar="tar --use-compress-program=pbzip2" alias l="ls -l -h --time-style=long-iso"