summary refs log tree commit diff
path: root/okshrc
diff options
context:
space:
mode:
authorDruid520 <r.ustydruid520@proton.me>2026-07-27 02:12:41 -0700
committerDruid520 <r.ustydruid520@proton.me>2026-07-27 02:12:41 -0700
commit80b267ff9a9781c647fc836611ebd4a89e660b52 (patch)
treebffe97673a7387c201342732b036905004254734 /okshrc
parentd50f696069f6c5dd3ec068c9b522c6827f6754d3 (diff)
ADD: all my new dotfiles
Diffstat (limited to 'okshrc')
-rw-r--r--okshrc10
1 files changed, 8 insertions, 2 deletions
diff --git a/okshrc b/okshrc index 03d5007..0340dc1 100644 --- a/okshrc +++ b/okshrc
@@ -1,18 +1,24 @@
1# fixing up
2stty -ixon
3
1# history 4# history
2export HISTFILE="$HOME/.history" 5export HISTFILE="$HOME/.history"
3export HISTSIZE=10000 6export HISTSIZE=10000
4export HISTFILESIZE=20000 7export HISTFILESIZE=20000
5export HISTCONTROL=ignoredups:ignorespace 8export HISTCONTROL=ignoredups:ignorespace
6 9
10# de/wm
11export DESKTOP_SESSION="sowm"
12
7# terminal 13# terminal
8export GPG_TTY=$(tty) 14export GPG_TTY=$(tty)
9export COLORTERM=truecolor 15export COLORTERM=truecolor
10 16
11# gpg 17# gpg
12export GPG_KEY="gpgkey" 18export GPG_KEY=""
13 19
14# deepseek 20# deepseek
15export DEEPSEEK_API_KEY="apikey" 21export DEEPSEEK_API_KEY=""
16 22
17# paths 23# paths
18export PATH="/usr/lib/ccache/bin:$PATH" 24export PATH="/usr/lib/ccache/bin:$PATH"