aboutsummaryrefslogtreecommitdiff
path: root/.config/shell
diff options
context:
space:
mode:
authorkj_sh6042025-11-10 08:37:05 -0500
committerkj_sh6042025-11-10 08:37:05 -0500
commit0812ea28c4add18ef4ee9d8f21fabcae84dd351f (patch)
treea9ed9470ac5f82098b7548cce4220114b6afa448 /.config/shell
parentac5e3fb377492af21ceb5234b5c7b5d3f12e0b6a (diff)
revert-to: 77949a068755ee72d7b5eaf5570cd2cd34a8d222 with changes
Diffstat (limited to '.config/shell')
-rw-r--r--.config/shell/.zshrc1
-rw-r--r--.config/shell/profile1
2 files changed, 0 insertions, 2 deletions
diff --git a/.config/shell/.zshrc b/.config/shell/.zshrc
index 18c40bd..c2f6f4d 100644
--- a/.config/shell/.zshrc
+++ b/.config/shell/.zshrc
@@ -37,7 +37,6 @@ SAVEHIST=9999999
alias c="cal"
alias d="disown"
alias dots="cd ~/.local/share/.dotfiles/"
- alias dotx="cd ~/.local/share/.dotextras/"
alias egrep='grep -E'
alias fgrep='grep -F'
alias grep='grep --color=auto'
diff --git a/.config/shell/profile b/.config/shell/profile
index e450ea8..71caf07 100644
--- a/.config/shell/profile
+++ b/.config/shell/profile
@@ -14,7 +14,6 @@ export XDG_DATA_HOME="$HOME/.local/share"
export XDG_STATE_HOME="$HOME/.local/state"
export BASH_COMPLETION_USER_FILE="$XDG_CONFIG_HOME"/bash-completion/bash_completion
-export GTK2_RC_FILES="$XDG_CONFIG_HOME"/gtk-2.0/settings.ini
export HISTFILE="$XDG_STATE_HOME"/shell/history
export INPUTRC="$XDG_CONFIG_HOME"/shell/inputrc
export PASSWORD_STORE_DIR="$XDG_DATA_HOME"/.pass