Quantcast
Channel: Active questions tagged fish - Stack Overflow
Viewing all articles
Browse latest Browse all 92

Append . to fish shell path

$
0
0

Despite the abundance of questions on how to set the path on the fish shell, I haven't been able to find the answer to this seemingly very simple one :

I want to append . to my path (because I dislike typing ./ all the time, and I'm not a sysadmin, so there's no real security concern here)

The problem is that everything I've tried with fish_add_path --universal --append fails somehow :

  • ."."'.'\. : add cwd to path
  • "\."'\.' : add nothing at all to path

I want to add a literal . dot to my path. How do I do that ?


Viewing all articles
Browse latest Browse all 92

Trending Articles