Add fuzzy dict search function
[khome.git] / home / .profile
1 . $HOME/lib/login_variables.private.sh # Personal data variables
2
3 unalias d # Defined by oh-my-zsh, but I want it for dict/fzf function.
4
5 for file in $HOME/lib/login_*.sh
6 do
7 . $file
8 done
This page took 0.052904 seconds and 5 git commands to generate.