add shell syntax highlighting
This commit is contained in:
@@ -8,6 +8,9 @@ alias grep='grep --color=auto'
|
|||||||
alias fgrep='fgrep --color=auto'
|
alias fgrep='fgrep --color=auto'
|
||||||
alias egrep='egrep --color=auto'
|
alias egrep='egrep --color=auto'
|
||||||
|
|
||||||
|
alias d='dirs -v'
|
||||||
|
for index ({1..9}) alias "c$index"="cd +${index}"; unset index
|
||||||
|
|
||||||
# alias tf="aws-vault exec feedzai-main -d 8h -- terraform"
|
# alias tf="aws-vault exec feedzai-main -d 8h -- terraform"
|
||||||
# alias tfi="aws-vault exec feedzai-main -d 8h -- terraform init"
|
# alias tfi="aws-vault exec feedzai-main -d 8h -- terraform init"
|
||||||
# alias tfp="aws-vault exec feedzai-main -d 8h -- terraform plan -lock=false"
|
# alias tfp="aws-vault exec feedzai-main -d 8h -- terraform plan -lock=false"
|
||||||
|
|||||||
@@ -12,8 +12,8 @@ setopt AUTO_PUSHD # Push the current directory visited on the stack.
|
|||||||
setopt PUSHD_IGNORE_DUPS # Do not store duplicates in the stack.
|
setopt PUSHD_IGNORE_DUPS # Do not store duplicates in the stack.
|
||||||
setopt PUSHD_SILENT # Do not print the directory stack after pushd or popd.
|
setopt PUSHD_SILENT # Do not print the directory stack after pushd or popd.
|
||||||
|
|
||||||
alias d='dirs -v'
|
# install zsh-syntax-highlighting
|
||||||
for index ({1..9}) alias "c$index"="cd +${index}"; unset index
|
source /usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
||||||
|
|
||||||
bindkey "^[[1;5C" forward-word
|
bindkey "^[[1;5C" forward-word
|
||||||
bindkey "^[[1;5D" backward-word
|
bindkey "^[[1;5D" backward-word
|
||||||
|
|||||||
4
~/.cache/zsh/.zcompcache/DEBS_avail
Normal file
4
~/.cache/zsh/.zcompcache/DEBS_avail
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user