Wraps fzf command
This commit is contained in:
parent
97597214b4
commit
b8416321eb
1 changed files with 12 additions and 0 deletions
|
|
@ -93,6 +93,18 @@
|
||||||
'';
|
'';
|
||||||
localip = "ifconfig | grep \"inet \" | grep -v 127.0.0.1 | awk '{print $2}' | head -n 1";
|
localip = "ifconfig | grep \"inet \" | grep -v 127.0.0.1 | awk '{print $2}' | head -n 1";
|
||||||
publicip = "curl -4 ifconfig.me";
|
publicip = "curl -4 ifconfig.me";
|
||||||
|
fzf = ''
|
||||||
|
function fzf --wraps="fzf"
|
||||||
|
set -Ux FZF_DEFAULT_OPTS "
|
||||||
|
--color=fg:#908caa,bg:#191724,hl:#ebbcba
|
||||||
|
--color=fg+:#e0def4,bg+:#26233a,hl+:#ebbcba
|
||||||
|
--color=border:#403d52,header:#31748f,gutter:#191724
|
||||||
|
--color=spinner:#f6c177,info:#9ccfd8
|
||||||
|
--color=pointer:#c4a7e7,marker:#eb6f92,prompt:#908caa"
|
||||||
|
|
||||||
|
command fzf
|
||||||
|
end
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
interactiveShellInit = ''
|
interactiveShellInit = ''
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue