about summary refs log tree commit diff
path: root/fish/.local/etc/fish/conf.d/doom.fish
blob: 44cb0c80ef2898d44cdfb54daf0750bb88c17a74 (plain) (blame)
1
2
3
4
5
6
7
set doom_bin $HOME/.emacs.d/bin

if test -x $doom_bin/doom
    set -a PATH $doom_bin
end

set -e doom_bin

Consider giving Nix/NixOS a try! <3