summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.zshrc6
1 files changed, 5 insertions, 1 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 34f59ae..c1e5c28 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -36,6 +36,10 @@ dict() {
36 curl dict://dict.org/d:$* 36 curl dict://dict.org/d:$*
37} 37}
38 38
39sip() {
40 curl https://ipinfo.io/$*
41}
42
39# Enable colors and change prompt: 43# Enable colors and change prompt:
40autoload -U colors && colors 44autoload -U colors && colors
41fpath+=$HOME/.zsh/pure 45fpath+=$HOME/.zsh/pure
@@ -50,7 +54,7 @@ zstyle ':completion:*' menu select
50zstyle ':completion:*' matcher-list '' 'm:{a-zA-Z}={A-Za-z}' 'r:|[._-]=* r:|=*' 'l:|=* r:|=*' 54zstyle ':completion:*' matcher-list '' 'm:{a-zA-Z}={A-Za-z}' 'r:|[._-]=* r:|=*' 'l:|=* r:|=*'
51zmodload zsh/complist 55zmodload zsh/complist
52compinit 56compinit
53_comp_options+=(globdots) # Include hidden files. 57#_comp_options+=(globdots) # Include hidden files.
54 58
55# vi mode 59# vi mode
56bindkey -v 60bindkey -v