Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
1 vote
1 answer
100 views

In fish I want to set an environment variable to a non-utf8 value like \x80 (the character sequence of length one with the value 0x80, i.e., 128). I already tried set -x a \x80 fish: Invalid token '\...
H. Doebler's user avatar
0 votes
1 answer
46 views

In a Fish Shell script, how can I recursively find files ending in: .xmp, .pp3, .out.pp3 that do not have an accompanying image file. The result should be written into a variable. If I have the ...
vato's user avatar
  • 99
1 vote
1 answer
83 views

I'm trying to compile a C code (that was generated using Cython) as follows gcc (uv run python3-config --cflags --ldflags) some_file.c -o some_file.o However, I don't think substitution is working in ...
0 votes
1 answer
94 views

I accidentally pasted many, many lines of text into my prompt. If I hold down C-u or C-k I’ll still be waiting a long time to clear everything. Is there a keystroke combination that will clear the ...
adiabatic's user avatar
  • 403
2 votes
0 answers
175 views

Whenever I launch a terminal using my fish path (usr/bin/fish) it only displays following error: # Cannot open Fish # Failed to start [ /usr/bin/fish, **<------------ THIS IS YOUR PROBLEM. Can't ...
kxmpxtxnt's user avatar
0 votes
1 answer
254 views

Hello I want to use FISH as my main shell and I have to prepend some directories/files to $PATH. I followed the guide on the ArchLinux wiki for prepending to $PATH but I ran into issues. This is the ...
NoelR0's user avatar
  • 1
1 vote
2 answers
684 views

When I migrated to fish from bash, I found glob patterns like "tmp[0-9][0-9].pdf" aren't supported. Then, recently fish has stopped to support the ? wildcard: $ fish --version fish, version ...
Ryo's user avatar
  • 422
2 votes
1 answer
919 views

I’m trying to set up autocompletion for uv in Fish shell while using Mise to manage my environment. Mise has been installed correctly, and I'm using Fish as my terminal shell. However, autocompletion ...
0 votes
1 answer
875 views

I recently created a Next.js app using the CLI, and when I tried to run the development server with npm run dev, I encountered this error: You are using Node.js 18.15.0. For Next.js, Node.js version &...
aharoJ's user avatar
  • 288
1 vote
2 answers
284 views

I use the Fish shell, using the config from this dotfiles repository: https://github.com/kevinrenskers/dotfiles/tree/main/fish. The problem is that whenever I open a new tab in my terminal, that it ...
Kevin Renskers's user avatar
0 votes
1 answer
199 views

I am trying to bind the key sequence control-h (\ch in fish) to the right arrow key. I know how to bind it to backward-char with bind the normal way, but that poses an issue in my config, since I have ...
Vityou's user avatar
  • 262
0 votes
4 answers
256 views

Ran into an issue when running the following command in a fish shell: ❯ printf '%q\n' 'André Previn & London Symphony Orchestra' %q: invalid conversion specification I hadn't realized at first ...
0 votes
1 answer
58 views

See previous question, How to pipe on a condition in Bash. I'm interested in the same construct for Fish, i.e. shorthand for: set check 0 if test $check = 1 printf "foo\nbar\nbaz\n" | ...
1 vote
2 answers
194 views

I have a custom cd function that looks like: function cd -d "cd with auto conda activation" # set -gx OLDPWD (pwd) <-- uncommenting this does not resolve issue builtin cd $param $...
glass-ships's user avatar
0 votes
3 answers
227 views

I see Define an alias in fish shell, and I know how to setup alias and/or functions, But is it possible to setup different alias target based on OS? Maybe use function? What I experience isn't ...
Zenuncl's user avatar
  • 188

15 30 50 per page
1
2 3 4 5
...
69

AltStyle によって変換されたページ (->オリジナル) /