From b3b082fdf8b00336242f5d3be261dd58ad3727e4 Mon Sep 17 00:00:00 2001 From: Joakim Hulthe Date: Wed, 28 Jun 2023 17:22:00 +0200 Subject: [PATCH] nu: More aliases --- tree/.config/nushell/config.nu | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tree/.config/nushell/config.nu b/tree/.config/nushell/config.nu index f755618..b858a5f 100644 --- a/tree/.config/nushell/config.nu +++ b/tree/.config/nushell/config.nu @@ -549,6 +549,8 @@ alias gp = git push alias gpu = git push -u origin alias gsta = git stash push alias gstp = git stash pop +alias bt = bluetoothctl +alias d = cd ~/.config/dotfiles/tree # random scripts source ~/.local/nu/readelf.nu