Skip to content

Commit

Permalink
fix: correct fish prompt (#981)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfv authored Mar 14, 2024
1 parent 59315c5 commit 4af3bca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prompt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pub fn get_fish_prompt(env_name: &str) -> String {
format!(
"functions -c fish_prompt old_fish_prompt; \
function fish_prompt; \
echo \"({}) $(old_fish_prompt)\"; \
echo \"({})\" (old_fish_prompt); \
end;",
env_name
)
Expand Down

0 comments on commit 4af3bca

Please sign in to comment.