diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-03-23 17:14:47 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-03-23 17:14:47 -0400 |
| commit | 80952e50f05403e140097bab9c1c902101e6c27c (patch) | |
| tree | bfae195a7cabc6cfc073deffbceb01ffb7b3ab6b /.config/shells/zsh/.zshrc | |
| parent | 24e2a326a9f82b391fc2d060211fc6661187ee55 (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/.zshrc | 6 |
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" |
