configs divers
parent
9b1084b1c4
commit
69b320c9f1
|
|
@ -1,6 +1,6 @@
|
|||
export EDITOR=$HOME/.local/bin/nvim.appimage
|
||||
export TERMINAL=st
|
||||
export SHELL=/usr/bin/tmux
|
||||
export TERMINAL=terminator
|
||||
export SHELL=/usr/bin/bash
|
||||
|
||||
export PATH=$HOME/.local/bin:$PATH
|
||||
|
||||
|
|
@ -62,6 +62,12 @@ reboot_to_windows ()
|
|||
}
|
||||
alias windows='reboot_to_windows'
|
||||
|
||||
plugins=(
|
||||
git
|
||||
bashmarks
|
||||
sdkman
|
||||
nvm
|
||||
)
|
||||
|
||||
session_name="gil"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue