summaryrefslogtreecommitdiffstats
path: root/roles/common/files/zshrc
diff options
context:
space:
mode:
authorMatthieu Saulnier <fantom@fedoraproject.org>2017-03-14 22:16:56 +0100
committerMatthieu Saulnier <fantom@fedoraproject.org>2017-03-14 22:16:56 +0100
commitdd18a22f9745e97f0e6c5bcc5bdc2d1e1487a6bb (patch)
tree9ddb24c346b0c25287177853860be0b6f398c1f3 /roles/common/files/zshrc
parent5c0db8135f66912b9b75e4067bda353a46159ce8 (diff)
downloadplaybooks-ansible-dd18a22f9745e97f0e6c5bcc5bdc2d1e1487a6bb.tar.gz
playbooks-ansible-dd18a22f9745e97f0e6c5bcc5bdc2d1e1487a6bb.tar.xz
playbooks-ansible-dd18a22f9745e97f0e6c5bcc5bdc2d1e1487a6bb.zip
update config files and add xfce desktop
Diffstat (limited to 'roles/common/files/zshrc')
-rw-r--r--roles/common/files/zshrc9
1 files changed, 9 insertions, 0 deletions
diff --git a/roles/common/files/zshrc b/roles/common/files/zshrc
index 21a79bf..67a9e8d 100644
--- a/roles/common/files/zshrc
+++ b/roles/common/files/zshrc
@@ -12,6 +12,15 @@ autoload -Uz compinit
compinit
# End of lines added by compinstall
+#allow tab completion in the middle of a word
+setopt COMPLETE_IN_WORD
+
+## history
+setopt APPEND_HISTORY
+## for sharing history between zsh processes
+setopt INC_APPEND_HISTORY
+setopt SHARE_HISTORY
+
alias rm='rm -i'
alias cp='cp -i'
alias mv='mv -i'