diff options
author | Yigit Sever | 2022-12-06 22:41:12 +0300 |
---|---|---|
committer | Yigit Sever | 2022-12-06 22:41:12 +0300 |
commit | ba37c448ccd9048e99e8d809a73ae77901c75b0b (patch) | |
tree | 2081bf00eb47ffc729a177c0c07b2936b1728393 /.config/fish/fish_variables | |
parent | 329873f58414fba0fe3260b07b443e6d320373d5 (diff) | |
download | dotfiles-ba37c448ccd9048e99e8d809a73ae77901c75b0b.tar.gz dotfiles-ba37c448ccd9048e99e8d809a73ae77901c75b0b.tar.bz2 dotfiles-ba37c448ccd9048e99e8d809a73ae77901c75b0b.zip |
fish: add dr abbr, sort abbrs
Diffstat (limited to '.config/fish/fish_variables')
-rw-r--r-- | .config/fish/fish_variables | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/fish/fish_variables b/.config/fish/fish_variables index 26637ef..f0f30c2 100644 --- a/.config/fish/fish_variables +++ b/.config/fish/fish_variables | |||
@@ -1,6 +1,7 @@ | |||
1 | # This file contains fish universal variable definitions. | 1 | # This file contains fish universal variable definitions. |
2 | # VERSION: 3.0 | 2 | # VERSION: 3.0 |
3 | SETUVAR __fish_initialized:3400 | 3 | SETUVAR __fish_initialized:3400 |
4 | SETUVAR _fish_abbr_dr:dragon\x2ddrop | ||
4 | SETUVAR fish_color_autosuggestion:969896 | 5 | SETUVAR fish_color_autosuggestion:969896 |
5 | SETUVAR fish_color_cancel:\x2dr | 6 | SETUVAR fish_color_cancel:\x2dr |
6 | SETUVAR fish_color_command:c397d8 | 7 | SETUVAR fish_color_command:c397d8 |