dotfiles

beau's configuration files
git clone https://git.beauhilton.com/dotfiles.git
Log | Files | Refs | README

commit 82671f5c7dda66302d169672d3b0bda425c0641b
parent 3882d5fd472ec005d1397f16c8132dfa2581b567
Author: C. Beau Hilton <cbeauhilton@gmail.com>
Date:   Wed, 13 Jan 2021 21:01:46 -0600

site update

Diffstat:
Maliasrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/aliasrc b/aliasrc @@ -17,7 +17,7 @@ alias ka="killall" \ x="sxiv -ft *" \ sdn="sudo shutdown -h now" \ gua="git remote | xargs -L1 git push --all" \ - ls="exa --group-directories-first --long --header --git" \ + ls="exa --group-directories-first" \ grep="grep --color=auto" \ diff="diff --color=auto" \ ccat="highlight --out-format=ansi" \