diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-11-22 00:43:12 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-11-22 00:45:48 +0530 |
| commit | b8e909d68bcb035648dda93f15de7863f444a3c4 (patch) | |
| tree | 3e6c13b1424d5005b595ea1d86f1b50a49b42390 /config/zsh/init.zsh | |
| parent | 7cca3043fa585dc0d0cef6a3f25756c946bee1aa (diff) | |
| download | nixos-config-b8e909d68bcb035648dda93f15de7863f444a3c4.tar.gz nixos-config-b8e909d68bcb035648dda93f15de7863f444a3c4.zip | |
Switch to kakoune + daffm
Diffstat (limited to 'config/zsh/init.zsh')
| -rw-r--r-- | config/zsh/init.zsh | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/config/zsh/init.zsh b/config/zsh/init.zsh index 5fca111..8b13789 100644 --- a/config/zsh/init.zsh +++ b/config/zsh/init.zsh @@ -1,11 +1 @@ -export TRASH_TMP_DIR=/tmp/.trash-cache; - -# [[ ! -d "$TRASH_TMP_DR" ]] && mkdir -p $TRASH_TMP_DIR; - -#export rmrf() { - #for var in "$@"; do - #mv $var $TRASH_TMP_DIR; - #done -#} - |
