some minor edits

This commit is contained in:
2025-12-19 13:25:13 +03:00
parent 1b667f972d
commit a9e070b16c
3 changed files with 6 additions and 1 deletions
+3
View File
@@ -9,6 +9,9 @@ if status is-interactive
alias edit nvim
alias find fd
zoxide init --cmd cd fish | source
function mkcd
mkdir $argv[1] && cd $argv[1]
end
function cpr
rsync --archive -hh --partial --info=stats1,progress2 --modify-window=1 "$argv"
end