diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-06-22 17:33:01 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-06-22 17:33:01 +0200 |
| commit | c4307d1bf6937bbfacdac6528492ca6945c7ec77 (patch) | |
| tree | 37d06a6e1ea3bf0e3e999cbb26f7cc70205adfc1 /.config | |
| parent | a804a7343975963743e746682fc0689eb6e3b17c (diff) | |
| download | dotfiles-c4307d1bf6937bbfacdac6528492ca6945c7ec77.tar.gz dotfiles-c4307d1bf6937bbfacdac6528492ca6945c7ec77.zip | |
Removed duplicate comment
Diffstat (limited to '.config')
| -rw-r--r-- | .config/zsh/.zprofile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/zsh/.zprofile b/.config/zsh/.zprofile index 8ab0499..e40143e 100644 --- a/.config/zsh/.zprofile +++ b/.config/zsh/.zprofile @@ -1,5 +1,5 @@ -if [[ "$(tty)" = "/dev/tty1" ]]; then - pgrep bspwm || startx "$XDG_CONFIG_HOME/X11/xinitrc" -fi +#if [[ "$(tty)" = "/dev/tty1" ]]; then +# pgrep bspwm || startx "$XDG_CONFIG_HOME/X11/xinitrc" +#fi #eval "$(gh completion -s zsh)" |
