-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No line spacing between prompts #356
Labels
🐛 bug
something that doesn't works as expected
Comments
Same issue |
edouard-lopez
added a commit
that referenced
this issue
Dec 19, 2024
… autoloading From the doc: https://fishshell.com/docs/current/language.html#event > Please note that event handlers only become active when a function is loaded, > which means you need to otherwise source or execute a function instead of > relying on autoloading. fix #356
15 tasks
output: _pure_prompt_new_line is a function with definition
# Defined in ~/.nix-profile/share/fish/vendor_functions.d/_pure_prompt_new_line.fish @ line 1
function _pure_prompt_new_line --description 'Do not add a line break to a brand new session' --on-event fish_prompt
set --local new_line ''
if not _pure_is_single_line_prompt; and test "$_pure_fresh_session" = false
set new_line "\n"
end
echo -e -n (_pure_prompt_beginning)"$new_line"
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Env
Pure
4.11.0
Fish
3.7.1
OS/distribution
Distributor ID: NixOS
Description: NixOS 24.11 (Vicuna)
Release: 24.11
Codename: vicuna
Installed prompt by installing the fishPlugins.pure package as a systemPackage
I don't know if this is intended or the nixos package messes it up or there is a variable to configure this (I couldn't find one) but I can't get a line space between the prompts
Could someone please guide me
The text was updated successfully, but these errors were encountered: