alias for changing font size

This commit is contained in:
Barak Michener 2022-06-08 15:04:55 -07:00
parent 14c50758fb
commit c9520bf079
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
function fish_user_key_bindings
fzf_key_bindings
end
function fsize
sed -i "s/size:.*/size: $argv/" $HOME/.config/alacritty/alacritty.yml
end

View file

@ -1,4 +1,4 @@
#!/usr/local/bin/perl
#!/usr/bin/perl
use Getopt::Std;
getopts('u');