More environment stuff

This commit is contained in:
Ian Keane 2024-09-18 18:57:59 -04:00
parent e42a090490
commit c7b2e1c515

View file

@ -9,9 +9,14 @@ This file contains all configurations across all my machines. Well, most of them
** Shell Environment ** Shell Environment
#+begin_src sh :tangle ~/.profile #+begin_src sh :tangle ~/.profile
alias k=kubectl alias k=kubectl
alias lg=lazygit
alias ld=lazydocker
export EDITOR=vim export EDITOR=vim
export BROWSER=firefox export BROWSER=firefox
export PAGER=bat
export SHELL=fish
export TERMINAL=wezterm export TERMINAL=wezterm
export PATH="~/.dotfiles/scripts:$PATH" export PATH="~/.dotfiles/scripts:$PATH"
export PATH="/usr/local/bin:$PATH" export PATH="/usr/local/bin:$PATH"