Revert "Add tmux"

This reverts commit 63d7830987.
I didn't like the way tmux changed some inputs (keybinds, mousewheel)
This commit is contained in:
Tobias Reisinger 2024-05-23 19:58:53 +02:00
parent 63d7830987
commit 8c194df84b
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
9 changed files with 5 additions and 41 deletions

View file

@ -1,10 +1,5 @@
source "$HOME/.config/environment"
if [ -x "$(command -v tmux)" ] && [ -z "$TMUX" ]; then
tmux
exit
fi
autoinstall git "https://github.com/ohmyzsh/ohmyzsh.git" "$ZSH"
# Set name of the theme to load --- if set to "random", it will
@ -112,6 +107,8 @@ source "$HOME/.config/completionsrc"
source "$HOME/.config/aliasrc"
[ -x "$(command -v thefuck)" ] && eval $(thefuck --alias)
export MARKPATH="$HOME/.config/zsh/jump_marks"
setopt HIST_IGNORE_DUPS
export SAVEHIST=1000000
export HISTSIZE=1000000