configs divers

main
Gil Portenseigne 2025-03-21 16:39:12 +01:00
parent 9b1084b1c4
commit 69b320c9f1
1 changed files with 8 additions and 2 deletions

View File

@ -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"