diff options
| author | yuzu-eva <stevenhu@web.de> | 2023-10-30 23:18:43 +0100 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2023-10-30 23:18:43 +0100 |
| commit | 3eb1eacde6c6c4b54e7fef2285c115a3d35d1ae8 (patch) | |
| tree | f478b62de2651e53e57437b1f439191e00c9ecf3 /.config/shell | |
| parent | 84f8c56dd5625dde193fe75be15ca606631e4606 (diff) | |
added i3 to tracked files
Diffstat (limited to '.config/shell')
| -rw-r--r-- | .config/shell/aliasrc | 2 | ||||
| -rw-r--r-- | .config/shell/profile | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc index e6a5114..0599553 100644 --- a/.config/shell/aliasrc +++ b/.config/shell/aliasrc @@ -146,7 +146,7 @@ alias dpush='dfiles push origin' # package manager alias aptsr='apt search' alias aptin='sudo apt install' -alias aptrm='sudo apt remove' +alias aptrm='sudo apt remove --autoremove' alias aptupd='sudo apt update' alias aptupg='sudo apt upgrade' alias aptup='aptupd && aptupg' diff --git a/.config/shell/profile b/.config/shell/profile index 397b25a..075c5dd 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -27,6 +27,7 @@ export EIX_LIMIT_COMPACT=0 export LC_ALL=en_US.utf8 +export LD_LIBRARY_PATH="/usr/lib:/usr/local/lib" export PATH="$PATH:$HOME/.local/bin:$HOME/.fzf/bin:/sbin:/usr/sbin" neofetch |
