Fix .profile imports and nyxt shortcut

This commit is contained in:
Ian Keane 2026-07-30 05:04:14 -04:00
parent 585cc29048
commit 4f0c727797
7 changed files with 32 additions and 30 deletions

7
config/profile Normal file
View file

@ -0,0 +1,7 @@
export EDITOR=vim
export BROWSER=nyxt
export PAGER=bat
export SHELL=/usr/bin/fish
export TERMINAL=wezterm
export PATH="$HOME/.dotfiles/scripts:$PATH"
export PATH="/usr/local/bin:$PATH"