chore: add new alias, remove starship init
This commit is contained in:
parent
811bc65e0a
commit
65d46bdfd7
2 changed files with 1 additions and 4 deletions
|
@ -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 {
|
||||
|
|
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue