add konsole settings

This commit is contained in:
2026-06-26 21:43:43 -04:00
parent 4503ae78ef
commit b5cb85effa
6 changed files with 220 additions and 0 deletions
+6
View File
@@ -7,6 +7,9 @@ fi
export TIME_STYLE="long-iso"
export LANG=en_US.UTF-8
export LC_ALL=en_US.UTF-8
# User specific environment
if ! [[ "$PATH" =~ "$HOME/.local/bin:$HOME/bin:" ]]; then
PATH="$HOME/.local/bin:$HOME/bin:$PATH"
@@ -16,6 +19,9 @@ export PATH
# Uncomment the following line if you don't like systemctl's auto-paging feature:
# export SYSTEMD_PAGER=
# Konsole-specific (optional)
export TERM=xterm-256color
# User specific aliases and functions
if [ -d ~/.bashrc.d ]; then
for rc in ~/.bashrc.d/*; do