summaryrefslogtreecommitdiff
path: root/.config/shells/zsh/.zshrc
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2026-03-23 17:14:47 -0400
committerJacob McDonnell <jacob@jacobmcdonnell.com>2026-03-23 17:14:47 -0400
commit80952e50f05403e140097bab9c1c902101e6c27c (patch)
treebfae195a7cabc6cfc073deffbceb01ffb7b3ab6b /.config/shells/zsh/.zshrc
parent24e2a326a9f82b391fc2d060211fc6661187ee55 (diff)
feat: pv in Emacs and no more tmux in zsh
SPACE-pv keybind now opens dired in Emacs. As well, Tmux is no longer started in .zshrc.
Diffstat (limited to '.config/shells/zsh/.zshrc')
-rw-r--r--.config/shells/zsh/.zshrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/shells/zsh/.zshrc b/.config/shells/zsh/.zshrc
index 652d12f..aaeb7c7 100644
--- a/.config/shells/zsh/.zshrc
+++ b/.config/shells/zsh/.zshrc
@@ -1,6 +1,6 @@
-if command -v tmux &> /dev/null && [ -n "$PS1" ] && [[ ! "$TERM" =~ screen ]] && [[ ! "$TERM" =~ tmux ]] && [ -z "$TMUX" ]; then
- exec tmux
-fi
+# if command -v tmux &> /dev/null && [ -n "$PS1" ] && [[ ! "$TERM" =~ screen ]] && [[ ! "$TERM" =~ tmux ]] && [ -z "$TMUX" ]; then
+# exec tmux
+# fi
source ~/.zprofile
export SHELLDIR="$XDG_CONFIG_HOME/shells"