zshrc: add alias subvols (for btrfs)

This commit is contained in:
surtur 2022-03-26 00:36:37 +01:00
parent 2763d0f256
commit 486fee013f
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

1
.zshrc

@ -140,6 +140,7 @@
alias diff="diff -Naru --color"
alias ip='ip -color'
alias nmcs='nmcli conn show'
alias subvols='sudo btrfs subvolume list /home | grep -v -e ".snapshots" -e "${USER}/.local/share/containers" -e "${USER}/.docker" | grep ${USER}'
export DOCKER_HOST=unix://$XDG_RUNTIME_DIR/podman/podman.sock
if [ -z SSH_AGENT_PID ]; then