diff --git a/.zsh/aliases.zsh b/.zsh/aliases.zsh index 34296ab..5d00395 100644 --- a/.zsh/aliases.zsh +++ b/.zsh/aliases.zsh @@ -25,3 +25,4 @@ alias \ hx='helix' \ sudo='doas' +alias history='fc -l 0' diff --git a/.zsh/func.zsh b/.zsh/func.zsh index 605c694..5a98820 100644 --- a/.zsh/func.zsh +++ b/.zsh/func.zsh @@ -8,3 +8,7 @@ ctrlz() { } zle -N ctrlz bindkey '^Z' ctrlz + +squash() { + mksquashfs "$1" "$1.zst.sfs" -comp zstd -Xcompression-level 15 +} \ No newline at end of file