More environment stuff
This commit is contained in:
parent
e42a090490
commit
c7b2e1c515
1 changed files with 5 additions and 0 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue