⚡ bath update
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user