Add aliases open, xcopy, xpaste

This commit is contained in:
tosu 2023-02-13 23:58:27 +01:00
parent 3a884820a5
commit 97c5ca9a5b
1 changed files with 3 additions and 0 deletions

View File

@ -44,6 +44,9 @@ alias paruuu='yes | sudo pacman -Sy archlinux-keyring && yes | sudo pacman -Syyu
alias shortprompt="unset PROMPT_COMMAND && PS1='$'"
alias longprompt="PROMPT_COMMAND=prompt_command_hook"
alias rm='trash'
alias open='xdg-open'
alias xcopy='xsel --clipboard --input'
alias xpaste='xsel --clipboard --output'
alias dotconf='$(type -P git) --git-dir="${HOME}/dotfiles/" --work-tree="${HOME}"'
dotconf config status.showUntrackedFiles no