chore: add new alias, remove starship init

This commit is contained in:
notohh 2023-04-08 14:24:10 -04:00
parent 811bc65e0a
commit 65d46bdfd7
Signed by: notohh
GPG key ID: BD47506D475EE86D
2 changed files with 1 additions and 4 deletions

View file

@ -6,6 +6,7 @@ alias zj = zellij
alias zjd = zellij --layout ../.config/zellij/snowflake.kdl
alias zjs = zellij --layout ./config/zellij/ssh.kdl
alias lg = lazygit
alias la = ls -a
alias cat = bat
module completions {

View file

@ -57,9 +57,5 @@ let-env NU_LIB_DIRS = [
let-env NU_PLUGIN_DIRS = [
($nu.config-path | path dirname | path join 'plugins')
]
mkdir ~/.cache/starship
starship init nu | save -f ~/.cache/starship/init.nu
# 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 '/some/path')