commit e7392bc2aa6078bd41ad1259d420b70bc3590e5b
parent 1cfcd1932f3f27dc1e1bacef99a82cdb173d6ee3
Author: C. Beau Hilton <cbeauhilton@gmail.com>
Date: Tue, 12 Jan 2021 17:37:29 -0600
site update
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/aliasrc b/aliasrc
@@ -6,7 +6,6 @@ alias ka="killall" \
magit="nvim -c MagitOnly" \
p="sudo pacman" \
SS="sudo systemctl" \
- f="$FILE" \
g="git" \
gp="git push" \
gP="git push origin master" \
@@ -18,7 +17,7 @@ alias ka="killall" \
x="sxiv -ft *" \
sdn="sudo shutdown -h now" \
gua="git remote | xargs -L1 git push --all" \
- ls="ls -hN --color=auto --group-directories-first" \
+ ls="exa --group-directories-first --long --header --git" \
grep="grep --color=auto" \
diff="diff --color=auto" \
ccat="highlight --out-format=ansi" \