dotfiles/fish/.config/fish/functions/fish_profile.fish

8 lines
184 B
Fish
Raw Normal View History

function fish_profile
2022-04-12 14:11:50 +02:00
if test -e /tmp/fish.profile
rm /tmp/fish.profile
end
fish --profile-startup /tmp/fish.profile -i -c exit
sort -nk2 /tmp/fish.profile
end