diff options
Diffstat (limited to 'fish/conf.d/fish_prompt.fish~')
| -rw-r--r-- | fish/conf.d/fish_prompt.fish~ | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/fish/conf.d/fish_prompt.fish~ b/fish/conf.d/fish_prompt.fish~ new file mode 100644 index 0000000..864330b --- /dev/null +++ b/fish/conf.d/fish_prompt.fish~ @@ -0,0 +1,8 @@ +function fish_prompt + set_color $fish_color_cwd + echo -n (prompt_pwd) + set_color normal + echo -n '𝛔 ' +end + +set fish |
