rm(bash/ssh_completions)
This commit is contained in:
parent
4414d1019e
commit
18b1abdf24
@ -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
|
||||
|
||||
|
||||
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user