summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorTyler Davis <tydavis@gmail.com>2022-06-13 22:50:23 +0000
committerTyler Davis <tydavis@gmail.com>2022-06-13 22:50:23 +0000
commit9be51148e0aa1d84f43a621677a16e96b052ec3a (patch)
tree31852f01d8fa51c1d677eb277f02a410772be15a /.zshrc
parentfdf3945edeae6abdf594e3b96981c75f73105d1d (diff)
downloaddotfiles-9be51148e0aa1d84f43a621677a16e96b052ec3a.tar.gz
dotfiles-9be51148e0aa1d84f43a621677a16e96b052ec3a.zip
zsh: fix logic typo
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index b8d6233..76c1565 100644
--- a/.zshrc
+++ b/.zshrc
@@ -12,7 +12,7 @@ case "$OSTYPE" in
# == OSX Settings ==
# Disable weird ZSH sessions
export SHELL_SESSIONS_DISABLE=1
- if ![ -f '~/.zsh_sessions_disable' ]; then
+ if [[ ! -f '~/.zsh_sessions_disable' ]]; then
touch ~/.zsh_sessions_disable
fi
# fd, bat, neovim, all available under ~/.bin/ in osx