From: Andre Ramnitz Date: Mon, 3 Feb 2025 05:45:07 +0000 (+0100) Subject: fish: some more funcs X-Git-Url: https://git.ramnitz.eu/?a=commitdiff_plain;h=bd0dc346adc3156ab949335d822ad906fcb0a8fc;p=dotfiles.git fish: some more funcs --- diff --git a/dot-config/fish/functions/bc.fish b/dot-config/fish/functions/bc.fish new file mode 100644 index 00000000..2c066087 --- /dev/null +++ b/dot-config/fish/functions/bc.fish @@ -0,0 +1,4 @@ +function bc --description 'alias bc bc -l' + command bc -l $argv + +end diff --git a/dot-config/fish/functions/glow.fish b/dot-config/fish/functions/glow.fish new file mode 100644 index 00000000..a97d5758 --- /dev/null +++ b/dot-config/fish/functions/glow.fish @@ -0,0 +1,4 @@ +function glow --description 'alias glow glow -p -w 140' + command glow -p -w 140 $argv + +end