Add fuzzy dict search function
[khome.git] / home / .profile
index e94e141..9b45b68 100644 (file)
@@ -1,5 +1,7 @@
 . $HOME/lib/login_variables.private.sh  # Personal data variables
 
+unalias d  # Defined by oh-my-zsh, but I want it for dict/fzf function.
+
 for file in $HOME/lib/login_*.sh
 do
     . $file
This page took 0.021694 seconds and 4 git commands to generate.