rem.sh: change default location
also, show rem.sh on all system profiles
This commit is contained in:
parent
d1ff54fcfa
commit
7edf70bca3
@ -6,6 +6,7 @@ end
|
||||
set fish_greeting ""
|
||||
|
||||
if status --is-interactive
|
||||
rem.sh show
|
||||
source ~/.config/fish/aliases.fish
|
||||
|
||||
# Enable Vi bindings
|
||||
@ -24,7 +25,6 @@ if status --is-interactive
|
||||
source ~/.config/fish/functions/extra_prompt.fish
|
||||
source ~/.config/fish/functions/fzf_binds.fish
|
||||
fzf_key_bindings
|
||||
rem.sh show
|
||||
end
|
||||
if command -v zoxide > /dev/null
|
||||
zoxide init fish | source
|
||||
|
@ -8,7 +8,7 @@ scriptname=$0
|
||||
subcmd=$1
|
||||
|
||||
if [ -z "$REM_FILE" ]; then
|
||||
REM_FILE="$HOME/.reminder-file"
|
||||
REM_FILE="$XDG_DATA_HOME/reminder-file"
|
||||
touch "$REM_FILE"
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user