alias for changing font size
This commit is contained in:
parent
14c50758fb
commit
c9520bf079
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
||||||
function fish_user_key_bindings
|
function fish_user_key_bindings
|
||||||
fzf_key_bindings
|
fzf_key_bindings
|
||||||
end
|
end
|
||||||
|
|
||||||
|
function fsize
|
||||||
|
sed -i "s/size:.*/size: $argv/" $HOME/.config/alacritty/alacritty.yml
|
||||||
|
end
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/local/bin/perl
|
#!/usr/bin/perl
|
||||||
|
|
||||||
use Getopt::Std;
|
use Getopt::Std;
|
||||||
getopts('u');
|
getopts('u');
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue