Update bash config

This commit is contained in:
daniele 2025-03-02 22:28:39 +01:00
parent bce453af90
commit 71a0a5bd40
Signed by: fuxino
GPG Key ID: 981A2B2A3BBF5514
2 changed files with 3 additions and 1 deletions

View File

@ -11,7 +11,8 @@ alias rm='rm -I'
alias runhaskell='stack runhaskell'
alias sort='sort -n'
alias ssh='kitten ssh'
alias sudo='sudo '
alias sudo='doas'
alias sudoedit='doas rvim'
alias trayer='trayer -l --edge top --align right --SetDockType true --SetPartialStrut true --expand true --widthtype request --transparent true --tint 0x232634 --height 18 --monitor 1'
alias trc='trash-empty'
alias trl='trash-list'

View File

@ -7,6 +7,7 @@
# Complete commands when using sudo and man
complete -cf sudo
complete -cf doas
complete -c man
if [ -f ~/.bash_aliases ]; then