update memo & more

This commit is contained in:
2026-02-01 19:00:52 +01:00
parent 483b0bbb8c
commit dce89a0380
5 changed files with 59 additions and 23 deletions
@@ -123,6 +123,15 @@ end
# journalctl
alias jctl="journalctl -p 3 -xb"
# nohup
function nh
nohup $argv >/dev/null 2>&1 & disown
end
# ffmpeg
alias ffmpeg="ffmpeg -hide_banner -nostdin"
alias ffprobe="ffprobe -hide_banner"
# git
if type -q git
function gcp