Revert "Add tmux"
This reverts commit 63d7830987
.
I didn't like the way tmux changed some inputs (keybinds, mousewheel)
This commit is contained in:
parent
63d7830987
commit
8c194df84b
9 changed files with 5 additions and 41 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue