diff options
author | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2020-12-01 12:10:20 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2020-12-01 12:10:20 +0530 |
commit | c0333b8bd91b164d452e515fb4176089823aa65a (patch) | |
tree | 6f0069a19943daf1bd95f90589b457eb1883e599 /fish/fish_variables | |
parent | 6c055d89bdfd51eab7ba111a95dd55701d1c9888 (diff) |
fixed the temperature being blank if weather stat wasn't haze; currently only supports haze and smoke
Diffstat (limited to 'fish/fish_variables')
-rw-r--r-- | fish/fish_variables | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fish/fish_variables b/fish/fish_variables index 44da7342..bff725f5 100644 --- a/fish/fish_variables +++ b/fish/fish_variables @@ -30,3 +30,4 @@ SETUVAR fish_pager_color_completion:\x1d SETUVAR fish_pager_color_description:B3A06D\x1eyellow SETUVAR fish_pager_color_prefix:white\x1e\x2d\x2dbold\x1e\x2d\x2dunderline SETUVAR fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan +SETUVAR fish_user_paths:/home/zt/\x2elocal/bin\x1e/zt/Programs\x1e/home/zt/\x2econfig/scripts |