added .xprofile for pipewire on gentoo; updates

This commit is contained in:
2023-03-29 14:56:00 +02:00
parent e88bca1023
commit 7a2d8666e7
4 changed files with 7 additions and 6 deletions

View File

@@ -132,6 +132,7 @@ alias cal="cal -m"
set -o vi # vim keybinding in terminal
EDITOR=vim # prefered editor
stty -ixon # reverse i search bash
complete -cf doas # doas completion
alias ls="ls --color=auto"
alias ll="ls -lFh"
alias la="ls -alh"