fish-command-timer icon indicating copy to clipboard operation
fish-command-timer copied to clipboard

Breaks export

Open travankor opened this issue 5 years ago • 1 comments

$ export PATH=$HOME/testrepo/usr/bin:$PATH
usage: date [-un] [seconds]

After this, every command says

fish: unknown command: command
usage: date [-un] [seconds]

travankor avatar May 20 '20 18:05 travankor

I don't know how this is related with jichu4n/fish-command-timer but, Execute the command like this instead: export PATH="$HOME/testrepo/usr/bin:$PATH", and i guess there is no point in replying anymore this was commented on year 2020

stizaid avatar May 18 '22 09:05 stizaid