update
This commit is contained in:
parent
9758318169
commit
5e3371ed6a
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user