diff options
| author | Druid520 <r.ustydruid520@proton.me> | 2026-07-27 02:12:41 -0700 |
|---|---|---|
| committer | Druid520 <r.ustydruid520@proton.me> | 2026-07-27 02:12:41 -0700 |
| commit | 80b267ff9a9781c647fc836611ebd4a89e660b52 (patch) | |
| tree | bffe97673a7387c201342732b036905004254734 /okshrc | |
| parent | d50f696069f6c5dd3ec068c9b522c6827f6754d3 (diff) | |
ADD: all my new dotfiles
Diffstat (limited to 'okshrc')
| -rw-r--r-- | okshrc | 10 |
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 | ||
| 2 | stty -ixon | ||
| 3 | |||
| 1 | # history | 4 | # history |
| 2 | export HISTFILE="$HOME/.history" | 5 | export HISTFILE="$HOME/.history" |
| 3 | export HISTSIZE=10000 | 6 | export HISTSIZE=10000 |
| 4 | export HISTFILESIZE=20000 | 7 | export HISTFILESIZE=20000 |
| 5 | export HISTCONTROL=ignoredups:ignorespace | 8 | export HISTCONTROL=ignoredups:ignorespace |
| 6 | 9 | ||
| 10 | # de/wm | ||
| 11 | export DESKTOP_SESSION="sowm" | ||
| 12 | |||
| 7 | # terminal | 13 | # terminal |
| 8 | export GPG_TTY=$(tty) | 14 | export GPG_TTY=$(tty) |
| 9 | export COLORTERM=truecolor | 15 | export COLORTERM=truecolor |
| 10 | 16 | ||
| 11 | # gpg | 17 | # gpg |
| 12 | export GPG_KEY="gpgkey" | 18 | export GPG_KEY="" |
| 13 | 19 | ||
| 14 | # deepseek | 20 | # deepseek |
| 15 | export DEEPSEEK_API_KEY="apikey" | 21 | export DEEPSEEK_API_KEY="" |
| 16 | 22 | ||
| 17 | # paths | 23 | # paths |
| 18 | export PATH="/usr/lib/ccache/bin:$PATH" | 24 | export PATH="/usr/lib/ccache/bin:$PATH" |
