mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-01 12:51:12 -03:00
Add back prompt_pwd to solve empty output problem
..by not manipulating path at all if we do not have the tools to do so. Tag changes with better comments.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
if not contains string (builtin -n)
|
||||
# XXX nostring
|
||||
function string
|
||||
if not set -q __is_launched_without_string
|
||||
if status --is-interactive
|
||||
|
||||
Reference in New Issue
Block a user