diff options
| author | Akshay Nair <phenax5@gmail.com> | 2021-09-14 13:35:35 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2021-09-14 13:35:35 +0530 |
| commit | 4d89e28f26075ecf3a8d132fe5177eecef99b565 (patch) | |
| tree | 11cf14017d1531f370dd6c544437de7781bc6e02 /config/zsh/paths.zsh | |
| parent | 290f6866441a8e9db1c6c42d6e6c74a84d96a841 (diff) | |
| download | nixos-config-4d89e28f26075ecf3a8d132fe5177eecef99b565.tar.gz nixos-config-4d89e28f26075ecf3a8d132fe5177eecef99b565.zip | |
zsh config
Diffstat (limited to 'config/zsh/paths.zsh')
| -rw-r--r-- | config/zsh/paths.zsh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/config/zsh/paths.zsh b/config/zsh/paths.zsh index d52250c..98ad154 100644 --- a/config/zsh/paths.zsh +++ b/config/zsh/paths.zsh @@ -33,10 +33,9 @@ export rofi_LIBS=/usr; export GNUPGHOME=$HOME/.gnupg; export PASSWORD_STORE_DIR=$XDG_CONFIG_HOME/password-store; export BTPD_HOME=$XDG_CONFIG_HOME/btpd; +export REMINDER_FILE="$HOME/nixos/extras/notes/schedule/reminders.rem"; # Development dir variables export DEV_DIR="$HOME/dev"; export PROJECTS_DIR="$DEV_DIR/projects"; -export SHAADI=$PROJECTS_DIR/sh-react; -export REG_SHAADI=$PROJECTS_DIR/sh-profile-creation; |
