diff options
| author | yuzu-eva <cafebabe@disroot.org> | 2025-03-25 18:47:22 +0100 |
|---|---|---|
| committer | yuzu-eva <cafebabe@disroot.org> | 2025-03-25 18:47:22 +0100 |
| commit | 147d51a35432a03b6222f8f65196e10802fd911c (patch) | |
| tree | 36d2c2f7ebb7e536c908c74daa32567975d8c241 /.config/shell/profile | |
| parent | 9f1a0d4102503aa3620ed831956dc469872ff87b (diff) | |
added .bashrc, updated aliases, changed EDITOR, installed NERDTree
Diffstat (limited to '.config/shell/profile')
| -rw-r--r-- | .config/shell/profile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.config/shell/profile b/.config/shell/profile index c7f0ca9..97ac3f0 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -1,5 +1,5 @@ export _JAVA_AWT_WM_NONREPARENTING=1 -export EDITOR="nano" +export EDITOR="vim" export SUDO_EDITOR="nano" export TERMINAL="urxvt" export BROWSER="firefox" @@ -25,6 +25,7 @@ export EIX_LIMIT_COMPACT=0 export LC_ALL=en_US.utf8 export UV_CACHE_DIR="$HOME/.local/share/uv/cache" +export SQLITE_HISTORY="$HOME/.cache/.sqlite_history" export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/local/lib:/usr/local/lib64" export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/usr/local/lib64/pkgconfig" @@ -35,4 +36,4 @@ export PATH="$PATH:$HOME/.local/bin:$HOME/.local/src/fzf/bin:$HOME/.npm/bin:/sbi [ -f $HOME/.bashrc ] && . $HOME/.bashrc -[[ -f /etc/motd.tcl ]] && /etc/motd.tcl +[ -f /etc/motd.tcl ] && /etc/motd.tcl |
