Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

set -x fish_greeting ""


You probably meant set -U because you probably don't want to export fish_greeting to child processes. fish_greeting is already universal though and you don't need the empty string to unset it. This is enough:

    set fish_greeting


set -e fish_greeting

-e to erase




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: