diff options
author | xyz <gky44px1999@gmail.com> | 2022-01-27 11:35:13 -0800 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2022-01-27 11:35:13 -0800 |
commit | 5065a2b89494dec12db17ce6cb5d800394554a88 (patch) | |
tree | b22abfb7d5fe68411bbdd5143a4de9dd6fe67ece /home/xyz/.profile | |
parent | f7326e77a493a5eb616e4a6ec8aaeeeeb3a11243 (diff) |
.profile, change env DOTREMINDERS
Diffstat (limited to 'home/xyz/.profile')
-rw-r--r-- | home/xyz/.profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/xyz/.profile b/home/xyz/.profile index 6a04bbb5..cffb9050 100644 --- a/home/xyz/.profile +++ b/home/xyz/.profile @@ -47,7 +47,7 @@ export CLICOLOR=1 # for pacdiff, without using aur neovim-drop-in or neovim-symlinks export DIFFPROG='nvim -d' export MAKEFLAGS="-j$(nproc --all)" -export DOTREMINDERS="$XDG_DOCUMENTS_DIR/notes/others/.reminders" +export DOTREMINDERS="$HOME/programs/reminders/.reminders" # use sudo find for some files or dirs that has no permission ex: ~/.cache/paru/clone/ #export FZF_DEFAULT_COMMAND="fd --no-ignore --hidden --exclude .git" |