Update
This commit is contained in:
parent
60ba26d64f
commit
ad2751f280
@ -5,7 +5,13 @@ ForwardAgent yes
|
|||||||
NoHostAuthenticationForLocalhost yes
|
NoHostAuthenticationForLocalhost yes
|
||||||
HashKnownHosts no
|
HashKnownHosts no
|
||||||
IdentityFile ~/.ssh/id_ed25519
|
IdentityFile ~/.ssh/id_ed25519
|
||||||
#IdentitiesOnly no
|
#IdentitiesOnly yes
|
||||||
|
|
||||||
|
Host *amazonaws.com
|
||||||
|
StrictHostKeyChecking no
|
||||||
|
UserKnownHostsFile /dev/null
|
||||||
|
|
||||||
|
Include local-config
|
||||||
Include scalene-config
|
Include scalene-config
|
||||||
Include infinite-config
|
Include infinite-config
|
||||||
|
|
||||||
|
|||||||
@ -2,6 +2,7 @@ alias ls='ls --color=auto'
|
|||||||
alias mailx='/usr/local/bin/mailx'
|
alias mailx='/usr/local/bin/mailx'
|
||||||
alias grep='grep --color'
|
alias grep='grep --color'
|
||||||
alias vim='nvim'
|
alias vim='nvim'
|
||||||
|
alias vi='nvim'
|
||||||
|
|
||||||
bindkey -v
|
bindkey -v
|
||||||
|
|
||||||
@ -45,14 +46,14 @@ if [[ $#h -gt 0 ]]; then
|
|||||||
zstyle ':completion:*:(ssh|scp|slogin|sftp):*' hosts $h
|
zstyle ':completion:*:(ssh|scp|slogin|sftp):*' hosts $h
|
||||||
fi
|
fi
|
||||||
|
|
||||||
zstyle :compinstall filename '/home/jswank/.zshrc'
|
zstyle :compinstall filename '~/.zshrc'
|
||||||
autoload -Uz compinit
|
autoload -Uz compinit
|
||||||
compinit
|
compinit
|
||||||
|
|
||||||
# The following lines were added by compinstall
|
# The following lines were added by compinstall
|
||||||
|
|
||||||
#zstyle ':completion:*' completer _complete _ignored
|
#zstyle ':completion:*' completer _complete _ignored
|
||||||
#zstyle :compinstall filename '/home/jswank/.zshrc'
|
#zstyle :compinstall filename '~/.zshrc'
|
||||||
#
|
#
|
||||||
#autoload -Uz compinit
|
#autoload -Uz compinit
|
||||||
#compinit
|
#compinit
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user