grit aliases, tomp4 func
This commit is contained in:
parent
e5967bb61c
commit
4ab26233b7
@ -43,6 +43,9 @@ in
|
|||||||
let ifSudo = string: mkIf config.security.sudo.enable string;
|
let ifSudo = string: mkIf config.security.sudo.enable string;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
gtw = "${pkgBin "grit"} tree wnv";
|
||||||
|
gt = pkgBin "grit";
|
||||||
|
|
||||||
g = pkgBin "git";
|
g = pkgBin "git";
|
||||||
|
|
||||||
grep = "${pkgs.ripgrep}/bin/rg";
|
grep = "${pkgs.ripgrep}/bin/rg";
|
||||||
|
@ -496,6 +496,10 @@ in
|
|||||||
fi
|
fi
|
||||||
'';
|
'';
|
||||||
initExtra = ''
|
initExtra = ''
|
||||||
|
function tomp4 () {
|
||||||
|
${pkgs.ffmpeg}/bin/ffmpeg -i $1 -c:v libx264 -preset slow -crf 30 -c:a aac -b:a 128k $2
|
||||||
|
}
|
||||||
|
|
||||||
bindkey "$terminfo[kRIT5]" forward-word
|
bindkey "$terminfo[kRIT5]" forward-word
|
||||||
bindkey "$terminfo[kLFT5]" backward-word
|
bindkey "$terminfo[kLFT5]" backward-word
|
||||||
zstyle ':completion:*' menu select
|
zstyle ':completion:*' menu select
|
||||||
|
Loading…
Reference in New Issue
Block a user