Add tmux
This commit is contained in:
parent
5b8cbe7703
commit
63d7830987
9 changed files with 41 additions and 5 deletions
|
@ -1,5 +1,10 @@
|
|||
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
|
||||
|
@ -107,8 +112,6 @@ 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