bath update

This commit is contained in:
2026-08-18 15:57:16 +02:00
parent a9bd70c482
commit 3344ba2ad0
17 changed files with 91 additions and 218 deletions
+3 -2
View File
@@ -2,7 +2,7 @@
# VIFM configuration - migrated from .bash_vifm
vifm() {
\cat <<-"HELP"
command cat <<-"HELP"
Use bash build-in:
- cd (ch dir), ls or tree (list), find
- mkdir (make dir), touch (make file), rm (remove)
@@ -40,11 +40,12 @@ m() {
return 0
fi
if [[ -z "$1" ]]; then
command source "$BASH_DOTFILES/toolchains/cross-session/store.sh"
printenv | grep -e '^m' | sort | xargs -I{} echo \${}
return 0
fi
if [[ "--help" == "$1" ]]; then
\cat <<-"HELP"
command cat <<-"HELP"
m [--help]
Lists all marks or print this help.
m -d <name>