summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gitconfig2
-rw-r--r--zshcomplete2
2 files changed, 2 insertions, 2 deletions
diff --git a/gitconfig b/gitconfig
index d73f795..17e2037 100644
--- a/gitconfig
+++ b/gitconfig
@@ -40,7 +40,7 @@
[color]
ui = auto
[core]
- excludesfile = /home/doy/.gitignore
+ excludesfile = ~/.gitignore
[push]
default = current
[branch]
diff --git a/zshcomplete b/zshcomplete
index a1ebb7a..ba22a9a 100644
--- a/zshcomplete
+++ b/zshcomplete
@@ -10,7 +10,7 @@ zstyle ':completion:*' matcher-list '' 'm:{[:lower:]}={[:upper:]}' 'l:|=* r:|=*'
zstyle ':completion:*' original false
zstyle ':completion:*:processes-names' command 'ps axho command'
zstyle ':completion:*:*:kill:*:processes' command 'ps --forest -A -o pid,user,cmd'
-zstyle :compinstall filename '/home/doy/.zshcomplete'
+zstyle :compinstall filename "${HOME}/.zshcomplete"
autoload -Uz compinit
compinit