chore(zsh): removed oh-my-zsh and made the config cleaner

This commit is contained in:
Afonso Franco 2024-07-20 14:26:01 +01:00
parent d85f18fe05
commit 9ebb82cb1c
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4
10 changed files with 790 additions and 162 deletions

View file

@ -1,7 +1,9 @@
ZSH_AUTOSUGGEST_STRATEGY=(match_prev_cmd history completion)
if [[ ! $(tty) =~ ^/dev/tty[0-9]*$ ]]; then
ZSH_TMUX_AUTOSTART=true
if [[ -z $TMUX ]]; then
tmux new -As0
fi
fi
zstyle ':fzf-tab:complete:cd:*' fzf-preview 'eza -1 --color=always $realpath'