Skip to content

Commit

Permalink
feat: set zsh-interactive-cd case insensitive and update Oh My Custom…
Browse files Browse the repository at this point in the history
… ZSH alias
  • Loading branch information
valentinocossar committed Dec 12, 2022
1 parent 6ad8814 commit 1670583
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion oh-my-custom-zsh.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ alias adssh="ssh-add --apple-use-keychain ~/.ssh/id_rsa"

# Oh My Zsh and Oh My Custom Zsh
alias ohmyzsh="cd ~/.oh-my-zsh"
alias customohmyzsh="cd ~/.oh-my-custom-zsh"
alias ohmycustomzsh="cd ~/.oh-my-custom-zsh"

# Vagrant
alias vau="vagrant up"
Expand Down
3 changes: 3 additions & 0 deletions zfiles/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -105,3 +105,6 @@ bindkey "^[[B" history-beginning-search-forward
# Temporary fix issue autosuggest after incompatible paste and arrow right
# See https://github.com/zsh-users/zsh-autosuggestions/issues/351
ZSH_AUTOSUGGEST_CLEAR_WIDGETS+=(bracketed-paste accept-line)

# Set zsh-interactive-cd case insensitive
zic_case_insensitive='true'

0 comments on commit 1670583

Please sign in to comment.