Compare commits
No commits in common. "3c80d5bed72167624a609c980886f621053505c9" and "3f6226556091ff9194ee535ba359aa3dead28b14" have entirely different histories.
3c80d5bed7
...
3f62265560
1
programs
1
programs
@ -73,7 +73,6 @@ zoxide
|
||||
fcitx5
|
||||
fcitx5-chinese-addons
|
||||
fcitx5-configtool
|
||||
tinyxxd
|
||||
|
||||
# in the aur
|
||||
tmsu
|
||||
|
@ -57,9 +57,7 @@ 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
|
||||
|
@ -25,8 +25,8 @@ if status --is-interactive
|
||||
source ~/.config/fish/functions/fzf_binds.fish
|
||||
fzf_key_bindings
|
||||
rem.sh show
|
||||
end
|
||||
if command -v zoxide > /dev/null
|
||||
zoxide init fish | source
|
||||
if command -v zoxide > /dev/null
|
||||
zoxide init fish | source
|
||||
end
|
||||
end
|
||||
end
|
||||
|
@ -21,7 +21,7 @@ sub_help() {
|
||||
echo " add append new entry"
|
||||
echo ' edit open reminder file in $EDITOR'
|
||||
echo
|
||||
echo 'Set $REM_FILE' "(currently $REM_FILE)"
|
||||
echo "Set $REM_FILE"
|
||||
}
|
||||
|
||||
sub_show() {
|
||||
|
Loading…
Reference in New Issue
Block a user