Skip to content
Snippets Groups Projects
Verified Commit e68eb85d authored by iliya.saroukha's avatar iliya.saroukha :first_quarter_moon:
Browse files

fix: added setopt autocd for (..)

parent ef72d382
No related branches found
No related tags found
No related merge requests found
......@@ -26,14 +26,17 @@ HISTFILE=~/.zsh_history
SAVEHIST=$HISTSIZE
HISTDUP=erase
setopt appendhistory
setopt alwaystoend
setopt sharehistory
setopt hist_ignore_space
setopt hist_ignore_all_dups
setopt hist_save_no_dups
setopt hist_ignore_dups
setopt hist_find_no_dups
setopt autocd
# Completion styling
zstyle ':completion:*' matcher-list 'm:{a-z}={A-Za-z}'
zstyle ':completion:*' list-colors "${(s.:.)LS_COLORS}"
zstyle ':completion:*' menu no
zstyle ':fzf-tab:*' use-fzf-default-opts yes
......@@ -47,6 +50,7 @@ alias lg="lazygit"
alias show="tree --noreport --gitignore"
alias lt="eza -l --icons -T --sort=time"
alias ff="fastfetch"
alias ip='ip --color'
tn () {
tmux new -s $@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment