fish: add fish_colors function
This commit is contained in:
parent
bbb054318b
commit
9f0eaecf0c
5
fish/functions/fish_colors.fish
Normal file
5
fish/functions/fish_colors.fish
Normal file
@ -0,0 +1,5 @@
|
||||
function fish_colors --description 'Print the fish color variables'
|
||||
for i in (set -n | string match 'fish*_color*')
|
||||
echo $i (set_color $$i)$$i(set_color normal)
|
||||
end
|
||||
end
|
Loading…
x
Reference in New Issue
Block a user