diff options
Diffstat (limited to 'config/zsh')
| -rwxr-xr-x | config/zsh/zprofile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/config/zsh/zprofile b/config/zsh/zprofile index 9b4e44d..c18b368 100755 --- a/config/zsh/zprofile +++ b/config/zsh/zprofile @@ -53,10 +53,4 @@ export LESS_TERMCAP_ZW=$(tput rsupm) export MINIKUBE_IN_STYLE=false # disable cringe minikube emojies -# school env -export MINISHELL_TEST_BONUS=yes -export MINISHELL_TEST_PAGER=vim -export MINISHELL_TEST_FLAGS=-DMINISHELL_TEST -export WEBSERV_FLAGS=-DWEBSERV_CACHARLE - -[ "$(tty)" = '/dev/tty1' ] && exec startx +[ "$(tty)" = '/dev/tty1' ] && startx ; poweroff |
