this post was submitted on 10 Nov 2023
3 points (100.0% liked)

Neovim

2103 readers
6 users here now

founded 1 year ago
MODERATORS
 

Hi, how can I associate to a var a path with both env variable and text? something like this for example: let trial=$HOME/dir1/dir2/$env1/dir3 I saw that let trial=$HOME works when I echo it, but if I add $HOME/dir1 it doesn't anymore....any help? Thanks

you are viewing a single comment's thread
view the rest of the comments
[–] dafunkkk@lemmy.world 1 points 10 months ago

it works!!!....many thanks!!!