From db596ce969b63f1e29bd8bc1f34c381e6f34c6dc Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sat, 16 Nov 2024 16:55:31 +0100 Subject: [PATCH] bpg --- shell/alias/btrfs.sh | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/shell/alias/btrfs.sh b/shell/alias/btrfs.sh index defbf1a..061d373 100644 --- a/shell/alias/btrfs.sh +++ b/shell/alias/btrfs.sh @@ -20,11 +20,12 @@ bfu() { "${@}" } -alias bpg="\ -btrfs \ -property \ -get \ -" +bpg() { + btrfs \ + property \ + get \ + "${@}" +} bsc() { btrfs \