Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
tyilo
on May 17, 2013
|
parent
|
context
|
favorite
| on:
Fish shell 2.0
set -x fish_greeting ""
donri
on May 17, 2013
|
next
[–]
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
aeosynth
on May 17, 2013
|
prev
[–]
set -e fish_greeting
-e to erase
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: