updated to latest state

aka no idea what is there:)
This commit is contained in:
2023-06-13 14:16:13 +02:00
parent 7fc48a5009
commit 269efeacd5
3 changed files with 10 additions and 7 deletions

10
.bashrc
View File

@@ -93,12 +93,12 @@ function sv-enable () {
## Switch keyboard layouts
function xkb-switch () {
LAYOUT=$(setxkbmap -query | grep layout | awk '{print $2}')
if [[ $LAYOUT == "us" ]]; then
LAYOUT=$(setxkbmap -query | grep layout | awk '{print $2}')
if [[ $LAYOUT == "us" ]]; then
setxkbmap cz qwerty
else
else
setxkbmap us
fi
fi
}
## Repeat command until exit
@@ -132,7 +132,7 @@ m3u8-download() {
alias cal="cal -m"
## shell
set -o vi # vim keybinding in terminal
#set -o vi # vim keybinding in terminal
EDITOR=vim # prefered editor
stty -ixon # reverse i search bash
complete -cf doas # doas completion