fish-shell / fish-shell

The user-friendly command line shell.

Home Page:https://fishshell.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

export function not expanding tilde

atusy opened this issue · comments

export and set -gx behaves differently on tilde expansion.
I think export should also expand tilde.

> export x=~
> echo $x
~
> set -gx y ~
> echo $y
/home/atusy

  • Fish: 3.7.1
  • OS: Manjaro Linux
  • Terminal: Wezterm

Sorry, it's duplicate of #5793

I missed looking at closed issues