rm(bash/ssh_completions)

This commit is contained in:
TheK4n 2023-11-21 14:05:14 +03:00
parent 4414d1019e
commit 18b1abdf24
2 changed files with 1 additions and 12 deletions

View File

@ -1,12 +1,3 @@
_ssh() {
local cur opts
COMPREPLY=()
cur="${COMP_WORDS[COMP_CWORD]}"
opts=$(grep '^Host' ~/.ssh/config ~/.ssh/config.d/* 2>/dev/null | grep -v '[?*]' | cut -d ' ' -f 2-)
COMPREPLY=( $(compgen -W "$opts" -- ${cur}) )
return 0
}
_workon() {
local cur prev envs
COMPREPLY=()
@ -18,6 +9,4 @@ _workon() {
}
complete -F _workon workon
complete -F _ssh ssh
complete -F _ssh sftp

View File

@ -73,7 +73,7 @@ shadow-exclude = [
# Fade windows in/out when opening/closing and when opacity changes,
# unless no-fading-openclose is used.
fading = true
fading = false
# fading = true;
# Opacity change between steps while fading in. (0.01 - 1.0, defaults to 0.028)