From 147d51a35432a03b6222f8f65196e10802fd911c Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Tue, 25 Mar 2025 18:47:22 +0100 Subject: added .bashrc, updated aliases, changed EDITOR, installed NERDTree --- .config/shell/profile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.config/shell/profile') 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 -- cgit v1.2.3