diff options
author | xyz <gky44px1999@gmail.com> | 2022-01-26 02:23:51 -0800 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2022-01-26 02:23:51 -0800 |
commit | 095a2255f66798fa1b73b7f85aac550834b5e701 (patch) | |
tree | 9bb754c85d930131158cba86874184ae0285ec7b /home/xyz/.profile | |
parent | fa1e450823d0c91f0f6b7e144b7660242444a680 (diff) |
use remind instead of calcurse, integrate remind to scripts
Diffstat (limited to 'home/xyz/.profile')
-rw-r--r-- | home/xyz/.profile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/xyz/.profile b/home/xyz/.profile index a6c278d9..6a04bbb5 100644 --- a/home/xyz/.profile +++ b/home/xyz/.profile @@ -47,6 +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" # 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" |