diff --git a/.zsh/func.zsh b/.zsh/func.zsh index 5a98820..90d67ad 100644 --- a/.zsh/func.zsh +++ b/.zsh/func.zsh @@ -11,4 +11,8 @@ bindkey '^Z' ctrlz squash() { mksquashfs "$1" "$1.zst.sfs" -comp zstd -Xcompression-level 15 +} + +escfpath(){ + printf "%q\n" "$(realpath "$1")" } \ No newline at end of file