Compare commits

...

3 Commits

Author SHA1 Message Date
3c80d5bed7
programs: tinyxxd added
plus alias
2024-07-30 16:09:34 -04:00
f81267c933
rem.sh: change help text 2024-07-30 16:06:32 -04:00
19ed662585
fish: setup zoxide on all system profiles 2024-07-30 11:12:52 -04:00
4 changed files with 7 additions and 4 deletions

View File

@ -73,6 +73,7 @@ zoxide
fcitx5
fcitx5-chinese-addons
fcitx5-configtool
tinyxxd
# in the aur
tmsu

View File

@ -57,7 +57,9 @@ function ldg; $EDITOR ~/dox/not/journal.ldg; end
# disable history on units
alias units='units -H ""'
alias sxiv='nsxiv'
alias xxd='tinyxxd'
# music recognition
# an alternative is available at ~/.local/bin/msrec

View File

@ -25,8 +25,8 @@ if status --is-interactive
source ~/.config/fish/functions/fzf_binds.fish
fzf_key_bindings
rem.sh show
if command -v zoxide > /dev/null
zoxide init fish | source
end
end
if command -v zoxide > /dev/null
zoxide init fish | source
end
end

View File

@ -21,7 +21,7 @@ sub_help() {
echo " add append new entry"
echo ' edit open reminder file in $EDITOR'
echo
echo "Set $REM_FILE"
echo 'Set $REM_FILE' "(currently $REM_FILE)"
}
sub_show() {