From 80b267ff9a9781c647fc836611ebd4a89e660b52 Mon Sep 17 00:00:00 2001 From: Druid520 Date: Mon, 27 Jul 2026 02:12:41 -0700 Subject: ADD: all my new dotfiles --- okshrc | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'okshrc') diff --git a/okshrc b/okshrc index 03d5007..0340dc1 100644 --- a/okshrc +++ b/okshrc @@ -1,18 +1,24 @@ +# fixing up +stty -ixon + # history export HISTFILE="$HOME/.history" export HISTSIZE=10000 export HISTFILESIZE=20000 export HISTCONTROL=ignoredups:ignorespace +# de/wm +export DESKTOP_SESSION="sowm" + # terminal export GPG_TTY=$(tty) export COLORTERM=truecolor # gpg -export GPG_KEY="gpgkey" +export GPG_KEY="" # deepseek -export DEEPSEEK_API_KEY="apikey" +export DEEPSEEK_API_KEY="" # paths export PATH="/usr/lib/ccache/bin:$PATH" -- cgit 1.4.1