Korkman / shell-pack

A fish shell environment with many quality of life improvements for sysadmins and devops.
4 stars 0 forks source link

Detect fish in nerdlevel.sh #43

Open Korkman opened 3 years ago

Korkman commented 3 years ago

if $FISH_VERSION not empty user_dumb("sourced ~/.profile in fish.config"); end

Not easy to catch, though. Might require replacing the line in .profile, because the sourced file is unfortunately syntax-checked before execution.