This commit is contained in:
Jeff Lance 2021-05-05 21:54:21 +02:00
parent 9758318169
commit 5e3371ed6a
2 changed files with 2 additions and 1 deletions

View File

@ -36,7 +36,7 @@ alias pacrm='sudo pacman -R' # remove package, keeping setting
alias pacRm='sudo pacman -Rns' # remove package with its settings and depedencies alias pacRm='sudo pacman -Rns' # remove package with its settings and depedencies
alias paclo='sudo pacman -Qdt' # list orphans alias paclo='sudo pacman -Qdt' # list orphans
alias pacro='sudo pacman -Rs $(pacman -Qdt)' # remove orphans alias pacro='sudo pacman -Rs $(pacman -Qdt)' # remove orphans
alias pacow='pacmon -Qo' # show which package own a file alias pacow='pacman -Qo' # show which package own a file
# #
# pkgfile Operations # pkgfile Operations

View File

@ -29,6 +29,7 @@ export FZF_DEFAULT_COMMAND='rg --files --no-ignore --hidden --follow --glob "!.g
export MYVIMRC="${HOME}/.vimrc" export MYVIMRC="${HOME}/.vimrc"
export PASSWORD_STORE_DIR="${HOME}/Private/.password-store" export PASSWORD_STORE_DIR="${HOME}/Private/.password-store"
export PASSWORD_STORE_ENABLE_EXTENSIONS=True export PASSWORD_STORE_ENABLE_EXTENSIONS=True
export DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/$(id -u)/bus
#<<< environment variables <<< #<<< environment variables <<<
# }}} End personnal configuration directives # }}} End personnal configuration directives