Compare commits

..

2 Commits

Author SHA1 Message Date
73346ee8b5 nushell: Fix gpg 2023-06-30 11:49:30 +02:00
b3b082fdf8 nu: More aliases 2023-06-28 17:22:00 +02:00
2 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -77,6 +77,7 @@ let-env NU_PLUGIN_DIRS = [
# To add entries to PATH (on Windows you might use Path), you can use the following pattern:
let-env PATH = ($env.PATH | split row (char esep) | prepend [($env.HOME + "/.local/bin"), ($env.HOME + "/.cargo/bin")])
let-env GPG_TTY = (tty)
let-env BROWSER = "firefox"
let-env EDITOR = "nvim"
let-env DEFMT_LOG = "info"