Compare commits
2 Commits
0b4a85c596
...
73346ee8b5
| Author | SHA1 | Date | |
|---|---|---|---|
|
73346ee8b5
|
|||
|
b3b082fdf8
|
@ -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
|
||||
|
||||
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user