commit: b71dc91a1f65ff40c2c9dc337b9103ebd52bd672
parent 22b420df21634a6e2881bcf3bb75ad5599dd579b
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Mon, 24 May 2021 02:46:07 +0200
.common.sh: alias ls, add -A, cleanup
Diffstat:
3 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/.common.sh b/.common.sh
@@ -11,9 +11,7 @@ alias git-st="git status --short --branch"
alias git-sel='select branch in $(git branch --format "%(refname:lstrip=2)"); do git checkout $branch; break; done'
alias git-story="git log --graph --abbrev-commit --decorate --format=format:'%C(cyan)%h%C(reset) %C(green)(%ad)%C(reset) %s %C(red)- %an %C(reset)%C(yellow)%d%C(reset)'"
alias j='jobs -l'
-alias la='ls -ahF'
-alias ll='ls -alhF'
-alias ls='ls -hF'
+alias ls='ls -hFA'
alias mv='mv -i'
alias pscpu='ps -eo pid,user,pcpu,pmem,comm --sort -pcpu | head -20'
alias psmem='ps -eo pid,user,pcpu,pmem,comm --sort -pmem | head -20'
diff --git a/.config/vis/plugins/vis-spellcheck b/.config/vis/plugins/vis-spellcheck
@@ -0,0 +1 @@
+Subproject commit 377ff0f4cb7015db52303d64fb4536fb94a67900
diff --git a/.gitmodules b/.gitmodules
@@ -0,0 +1,3 @@
+[submodule ".config/vis/plugins/spellcheck"]
+ path = .config/vis/plugins/vis-spellcheck
+ url = https://github.com/fischerling/vis-spellcheck