diff options
author | Adrian Kummerlaender | 2022-01-26 14:30:11 +0100 |
---|---|---|
committer | Adrian Kummerlaender | 2022-01-26 14:30:11 +0100 |
commit | cdc1de7cc8675ced4800826d4b5906b9f5c3a211 (patch) | |
tree | 8931cd2e6a7a76db5446109fda3cb1df8d00ea6e | |
parent | 84a5f911701556d78bf3501b56287279dcd525df (diff) | |
download | nixos_system-cdc1de7cc8675ced4800826d4b5906b9f5c3a211.tar nixos_system-cdc1de7cc8675ced4800826d4b5906b9f5c3a211.tar.gz nixos_system-cdc1de7cc8675ced4800826d4b5906b9f5c3a211.tar.bz2 nixos_system-cdc1de7cc8675ced4800826d4b5906b9f5c3a211.tar.lz nixos_system-cdc1de7cc8675ced4800826d4b5906b9f5c3a211.tar.xz nixos_system-cdc1de7cc8675ced4800826d4b5906b9f5c3a211.tar.zst nixos_system-cdc1de7cc8675ced4800826d4b5906b9f5c3a211.zip |
Mitigate fish prompt font issue
-rw-r--r-- | fish.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -64,10 +64,10 @@ if test $last_status -gt 0 set_color $fish_color_cwd_root - echo -n -s ' ● ' + echo -n -s ' • ' set_color normal else - echo -n -s ' ● ' + echo -n -s ' • ' end end |