From c7b2e1c515239415f3581d2113c6fe1a040ec505 Mon Sep 17 00:00:00 2001 From: Ian Keane Date: Wed, 18 Sep 2024 18:57:59 -0400 Subject: [PATCH] More environment stuff --- dotfiles.org | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dotfiles.org b/dotfiles.org index 92432c3..dca5aa4 100644 --- a/dotfiles.org +++ b/dotfiles.org @@ -9,9 +9,14 @@ This file contains all configurations across all my machines. Well, most of them ** Shell Environment #+begin_src sh :tangle ~/.profile alias k=kubectl + alias lg=lazygit + alias ld=lazydocker export EDITOR=vim export BROWSER=firefox + export PAGER=bat + export SHELL=fish + export TERMINAL=wezterm export PATH="~/.dotfiles/scripts:$PATH" export PATH="/usr/local/bin:$PATH"