Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
home
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Murukesh Mohanan
home
Commits
0f2ef09c
Commit
0f2ef09c
authored
Feb 14, 2016
by
Murukesh Mohanan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make zsh ignore insecure directories, enable better bash globbing
parent
efc20ba9
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
8 deletions
+3
-8
.bashrc
.bashrc
+1
-6
.vim
.vim
+1
-1
.zshrc
.zshrc
+1
-1
No files found.
.bashrc
View file @
0f2ef09c
...
@@ -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
.vim
@
b6631a3e
Subproject commit
718ecf75294efab42e84896052d479d33f31ea21
Subproject commit
b6631a3ecbd527e5d55259469854be8d7a85218b
.zshrc
View file @
0f2ef09c
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment