Commit 0f2ef09c authored by Murukesh Mohanan's avatar Murukesh Mohanan

make zsh ignore insecure directories, enable better bash globbing

parent efc20ba9
...@@ -114,9 +114,4 @@ if ! shopt -oq posix; then ...@@ -114,9 +114,4 @@ if ! shopt -oq posix; then
fi fi
alias ping='ping -c5' alias ping='ping -c5'
shopt -s nullglob extglob
if [[ ! -f '/tmp/runonce' ]]; then
touch /tmp/runonce
# mount /home/bro3886/devel
# mount /home/bro3886/arch
fi
Subproject commit 718ecf75294efab42e84896052d479d33f31ea21 Subproject commit b6631a3ecbd527e5d55259469854be8d7a85218b
...@@ -7,7 +7,7 @@ zstyle ':completion:*' squeeze-slashes true ...@@ -7,7 +7,7 @@ zstyle ':completion:*' squeeze-slashes true
zstyle :compinstall filename '/home/bro3886/.zshrc' zstyle :compinstall filename '/home/bro3886/.zshrc'
autoload -Uz compinit autoload -Uz compinit
compinit compinit -i
# End of lines added by compinstall # End of lines added by compinstall
# Lines configured by zsh-newuser-install # Lines configured by zsh-newuser-install
HISTFILE=~/.histfile HISTFILE=~/.histfile
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment