From 16563f67769c863f61859a825eefcf8fc150d31f Mon Sep 17 00:00:00 2001 From: Cullum Smith Date: Fri, 8 Nov 2024 06:43:06 -0500 Subject: update x11 stuff --- sh/.profile | 5 +++++ sh/.shrc | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'sh') 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" diff --git a/sh/.shrc b/sh/.shrc index fc05e91..c35c7bd 100644 --- a/sh/.shrc +++ b/sh/.shrc @@ -9,7 +9,6 @@ export PAGER=less export LESS='-iMRS -x2' export EDITOR=vim export LSCOLORS=DxfxgxgxcxxbxbaCacADAd -#export LSCOLORS=ExfxgxgxcxxbxbaCacADAd alias ls='ls -FHh' alias ll='ls -l' -- cgit v1.2.3