diff options
author | Malfurious <m@lfurio.us> | 2021-05-13 03:31:51 -0400 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2021-05-13 03:31:51 -0400 |
commit | d18b1f2a2e25cb71639c10ecbe90a01c76487702 (patch) | |
tree | 9d4fc231721b90a9f4114656d23f2b16435a938a /.config/fish/config.fish | |
parent | be5ba871463d36554c0ff1ecb01ca23a5ac218a0 (diff) | |
download | rice-d18b1f2a2e25cb71639c10ecbe90a01c76487702.tar.gz rice-d18b1f2a2e25cb71639c10ecbe90a01c76487702.zip |
Add fish config
Diffstat (limited to '.config/fish/config.fish')
-rw-r--r-- | .config/fish/config.fish | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/fish/config.fish b/.config/fish/config.fish new file mode 100644 index 0000000..4e7f405 --- /dev/null +++ b/.config/fish/config.fish @@ -0,0 +1,2 @@ +set --export EDITOR "vim" +set --export GIT_RADAR_FORMAT " \\x01\\033[1;30m\\x02git:(\\x01\\033[0m\\x02%{branch}%{ :local}\\x01\\033[1;30m\\x02)\\x01\\033[0m\\x02%{ :stash}%{ :changes}" |