add vis config

This commit is contained in:
2025-09-05 23:50:08 +02:00
parent b600226065
commit ebec63e48c
4 changed files with 284 additions and 0 deletions

View File

@@ -14,3 +14,11 @@ fi
alias nocaps='setxkbmap pl -option ctrl:nocaps'
alias fixdp='xrandr --output DP-0 --right-of DP-2'
vf() {
if [ -z "$1" ]; then
vis $(fzf)
else
vis $(fzf -q $1)
fi
}