Closed andrewfowlie closed 5 years ago
The solution is that I must initiate fasd after I begin undistract me. I now do it like this in my .bashrc.
# notifications for long-running terminal commands
source ~/repos/undistract-me/long-running.bash
notify_when_long_running_commands_finish_install
# enable fasd jumps for cd and opening files
eval "$(fasd --init auto)"
If you reverse the order, you get the error messages I previously reported.
These errors occurred when install by apt install and from cloning the repo
The problem appears to be that I am using
fasd
(https://github.com/clvv/fasd).