diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-02-20 19:58:17 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-02-20 19:58:17 +0100 |
commit | a158e623c8e372890d0ef8ded21da45393fa3c61 (patch) | |
tree | f0bfde6fdd16a8fc34ce9109876a5a4fd1954605 /config/essentials | |
parent | 939f59b0a2997e20924815893834fc0fcf74da17 (diff) |
removed: (zsh variables) DISPLAY
Diffstat (limited to 'config/essentials')
-rw-r--r-- | config/essentials/zsh/variables.zsh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/essentials/zsh/variables.zsh b/config/essentials/zsh/variables.zsh index f9e4653..77da52d 100644 --- a/config/essentials/zsh/variables.zsh +++ b/config/essentials/zsh/variables.zsh @@ -27,4 +27,3 @@ export GTK2_RC_FILES="$HOME/.config/gtk-2.0/gtkrc-2.0" export NVM_DIR="$HOME/.config/nvm" export PASSWORD_STORE_CLIP_TIME=5 -export DISPLAY=:0 |