This commit is contained in:
Tobias Reisinger 2024-05-23 19:48:30 +02:00
parent 5b8cbe7703
commit 63d7830987
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
9 changed files with 41 additions and 5 deletions

View file

@ -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