Skip to content

Instantly share code, notes, and snippets.

@ZiTAL
Created April 22, 2024 08:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ZiTAL/ea5c65923fdb3b4dfe9c0d8ed28e6fcc to your computer and use it in GitHub Desktop.
Save ZiTAL/ea5c65923fdb3b4dfe9c0d8ed28e6fcc to your computer and use it in GitHub Desktop.
fish: use full path in terminal
# .config/fish/config.fish
if status is-interactive
# Commands to run in interactive sessions can go here
set -g fish_prompt_pwd_dir_length 0
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment