diff --git a/cool_cli_tools.md b/cool_cli_tools.md
new file mode 100644
index 0000000..6e5ebfd
--- /dev/null
+++ b/cool_cli_tools.md
@@ -0,0 +1,6 @@
+- [zoxide](https://github.com/ajeetdsouza/zoxide)
+- [bat](https://github.com/sharkdp/bat)
+- [tokei](https://github.com/XAMPPRocky/tokei)
+- rg of course
+- hexyl (https://github.com/sharkdp/hexyl)
+- exa
diff --git a/dot_config/fish/executable_config.fish b/dot_config/fish/executable_config.fish
index 08aca90..b25bb26 100644
--- a/dot_config/fish/executable_config.fish
+++ b/dot_config/fish/executable_config.fish
@@ -33,6 +33,9 @@ setpath ~/.emacs.d/bin
 setpath ~/Library/Python/3.7/bin
 setpath ~/.radicle/bin
 
+# zoxide setup
+zoxide init fish | source
+
 # Source private stuff
 source ~/.config/fish/private.fish
 
@@ -59,12 +62,12 @@ set -x TZ_LIST "Europe/Berlin;Berlin,America/New_York;US East,America/Los_Angele
 # General Aliases
 alias editconfig "chezmoi edit ~/.config/fish/config.fish; and chezmoi apply; and source ~/.config/fish/config.fish"
 alias j "z"
+alias cat "bat"
 alias c "cargo"
 alias cr "cargo run"
 alias cb "cargo build"
 alias cwr "cargo watch -x run"
 alias emacsd "emacs --daemon"
-alias jo "zo"
 alias be "bundle exec"
 alias doc "docker-compose"
 alias rp "rustup"
diff --git a/dot_config/fish/fish_plugins b/dot_config/fish/fish_plugins
index 745c8be..e533b36 100644
--- a/dot_config/fish/fish_plugins
+++ b/dot_config/fish/fish_plugins
@@ -1,5 +1,4 @@
 jorgebucaran/fisher
-jethrokuan/z
 jorgebucaran/fish-nvm
 mattgreen/lucid.fish
 franciscolourenco/done