mirror of
https://github.com/anthonyoteri/dotfiles.git
synced 2026-06-05 23:56:52 -04:00
Add nushell alias for dotfiles
This commit is contained in:
@@ -769,6 +769,7 @@ alias lg = lazygit
|
|||||||
alias cat = bat
|
alias cat = bat
|
||||||
alias vim = nvim
|
alias vim = nvim
|
||||||
alias vi = nvim
|
alias vi = nvim
|
||||||
|
alias dotfiles = /usr/bin/git --git-dir=/home/anthony/.dotfiles/ --work-tree=/home/anthony
|
||||||
|
|
||||||
alias arch = coreutils arch
|
alias arch = coreutils arch
|
||||||
alias b2sum = coreutils b2sum
|
alias b2sum = coreutils b2sum
|
||||||
|
|||||||
@@ -100,6 +100,8 @@ $env.NU_PLUGIN_DIRS = [
|
|||||||
# To add entries to PATH (on Windows you might use Path), you can use the following pattern:
|
# To add entries to PATH (on Windows you might use Path), you can use the following pattern:
|
||||||
# $env.PATH = ($env.PATH | split row (char esep) | prepend '/some/path')
|
# $env.PATH = ($env.PATH | split row (char esep) | prepend '/some/path')
|
||||||
|
|
||||||
|
$env.PATH = ($env.PATH | split row (char esep) | prepend '/home/anthony/.cargo/bin')
|
||||||
|
|
||||||
mkdir ~/.cache/starship
|
mkdir ~/.cache/starship
|
||||||
starship init nu | save -f ~/.cache/starship/init.nu
|
starship init nu | save -f ~/.cache/starship/init.nu
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user