diff options
author | David Runge <dave@sleepmap.de> | 2023-05-23 09:15:04 +0200 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2023-05-23 09:15:04 +0200 |
commit | d59b574b67e36ec5420cfedcbf489d9184b3a691 (patch) | |
tree | 3ad0aadc6f3a3166d8ccb99053b8260d8258f647 /.zlogout | |
parent | 2fc5cf9f7eece3d993c3eba526ba5d04819b81ac (diff) | |
download | dotfiles-d59b574b67e36ec5420cfedcbf489d9184b3a691.tar.gz dotfiles-d59b574b67e36ec5420cfedcbf489d9184b3a691.tar.bz2 dotfiles-d59b574b67e36ec5420cfedcbf489d9184b3a691.tar.xz dotfiles-d59b574b67e36ec5420cfedcbf489d9184b3a691.zip |
zsh: move configs to XDG_CONFIG_HOME with the help of ZDOTDIR
Diffstat (limited to '.zlogout')
-rw-r--r-- | .zlogout | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.zlogout b/.zlogout deleted file mode 100644 index 307314b..0000000 --- a/.zlogout +++ /dev/null @@ -1,7 +0,0 @@ -# -# Commands executed by zsh on logout. -# - -if [ $(id -u) -eq 0 ]; then - clear -fi |