diff options
author | Vidhu Kant Sharma <vidhukant@protonmail.ch> | 2022-05-30 11:31:08 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@protonmail.ch> | 2022-05-30 11:31:08 +0530 |
commit | e8b2adf54d8abad1a4d3a67c6af5796199fb53dc (patch) | |
tree | 32772d1f3467249dd0b7c43b582e07a2c8de8c22 /.config/fish/fish_variables | |
parent | 062a582c3254cebab7189f02dc74353e72f304e8 (diff) |
set indent to 2 in emacs web
Diffstat (limited to '.config/fish/fish_variables')
-rw-r--r-- | .config/fish/fish_variables | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.config/fish/fish_variables b/.config/fish/fish_variables index 5d819a0..6faac05 100644 --- a/.config/fish/fish_variables +++ b/.config/fish/fish_variables @@ -1,6 +1,6 @@ # This file contains fish universal variable definitions. # VERSION: 3.0 -SETUVAR __fish_initialized:3100 +SETUVAR __fish_initialized:3400 SETUVAR _fish_abbr_gA:git\x20add\x20\x2dA SETUVAR _fish_abbr_ga:git\x20add SETUVAR _fish_abbr_gc:git\x20commit @@ -40,4 +40,5 @@ SETUVAR fish_pager_color_completion:\x1d SETUVAR fish_pager_color_description:B3A06D\x1eyellow SETUVAR fish_pager_color_prefix:normal\x1e\x2d\x2dbold\x1e\x2d\x2dunderline SETUVAR fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan -SETUVAR fish_user_paths:/home/zt/\x2egopath\x1e/usr/local/bin\x1e/home/zt/\x2eemacs\x2ed/bin\x1e/home/zt/\x2elocal/bin\x1e/home/zt/\x2escripts +SETUVAR fish_pager_color_selected_background:\x2dr +SETUVAR fish_user_paths:/home/zt/\x2egopath/bin\x1e/home/zt/\x2egopath\x1e/usr/local/bin\x1e/home/zt/\x2eemacs\x2ed/bin\x1e/home/zt/\x2elocal/bin\x1e/home/zt/\x2escripts |