home | blog | art | now | git gpg | email | rss

dotfiles

My personal dotfiles
git clone git://pollux.codes/git/dotfiles.git
Log | Files | Refs | LICENSE

20_shell_integration.zsh (143B)


      1 eval "$(fzf --zsh)"
      2 eval "$(zoxide init --cmd cd zsh)"
      3 
      4 command_not_found_handler() {
      5 	echo "Command $1 not found."
      6 	echo
      7 	find-command "$1"
      8 }