diff options
author | Cullum Smith <cullum@sacredheartsc.com> | 2024-11-08 06:43:06 -0500 |
---|---|---|
committer | Cullum Smith <cullum@sacredheartsc.com> | 2024-11-08 06:43:06 -0500 |
commit | 16563f67769c863f61859a825eefcf8fc150d31f (patch) | |
tree | ff3859d7c351b324a1b40edd7f8530e806271323 /sh/.profile | |
parent | e039039e31a221e8c5739562e3d1e5cfdef4af74 (diff) | |
download | dotfiles-16563f67769c863f61859a825eefcf8fc150d31f.tar.gz |
update x11 stuff
Diffstat (limited to 'sh/.profile')
-rw-r--r-- | sh/.profile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sh/.profile b/sh/.profile index e37077f..e9ebfd6 100644 --- a/sh/.profile +++ b/sh/.profile @@ -1 +1,6 @@ +export CLICOLOR=1 +export PAGER=less +export LESS='-iMRS -x2' +export EDITOR=vim +export LSCOLORS=DxfxgxgxcxxbxbaCacADAd export ENV="${HOME}/.shrc" |