...
This commit is contained in:
parent
3cc9017205
commit
7ac757f968
2 changed files with 4 additions and 0 deletions
|
@ -228,3 +228,6 @@ export SSH_TTY=$(tty)
|
|||
test -r "$SETENV" && . "$SETENV" && setenv profile
|
||||
|
||||
. "$HOME/.cargo/env"
|
||||
|
||||
export NVM_DIR="$HOME/.config/nvm"
|
||||
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
theme = "base16_default_dark"
|
||||
|
||||
[keys.normal]
|
||||
"H" = "goto_line_start"
|
||||
|
|
Loading…
Reference in a new issue