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 \