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
709b2186
Commit
709b2186
authored
Dec 19, 2017
by
Murukesh Mohanan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
plugin updates
parent
b934e9b5
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
3 deletions
+12
-3
.conflocal/alien/.zshrc
.conflocal/alien/.zshrc
+8
-0
.zsh/fast-syntax-highlighting
.zsh/fast-syntax-highlighting
+1
-1
.zsh/zsh-syntax-highlighting
.zsh/zsh-syntax-highlighting
+1
-1
.zshrc
.zshrc
+2
-1
No files found.
.conflocal/alien/.zshrc
0 → 100644
View file @
709b2186
alias
pac
=
'pacaur -S'
alias
pacs
=
'pacaur -Ss'
alias
pacu
=
'pacaur -Syu'
alias
pacr
=
'pacaur -Rs'
alias
pacl
=
'pacaur -Ql'
[[
-f
/usr/share/doc/pkgfile/command-not-found.zsh
]]
&&
source
/usr/share/doc/pkgfile/command-not-found.zsh
fast-syntax-highlighting
@
f2408e1f
Subproject commit
de8d9558fc34e67334a73716eec87bc5afbe2e6a
Subproject commit
f2408e1f58f701cd12595df87b06f69bbf7a45cb
zsh-syntax-highlighting
@
b07ada12
Subproject commit
ecdda36ef56f09c4d6dc2011e475c50b2d6fcd32
Subproject commit
b07ada1255b74c25fbc96901f2b77dc4bd81de1a
.zshrc
View file @
709b2186
...
...
@@ -94,6 +94,7 @@ alias g='grep --color=auto'
alias
h
=
'history | grep'
alias
sz
=
'sudo -i zsh -l'
alias
wg
=
'wget --continue'
autoload
-U
colors
&&
colors
if
[[
-n
$SSH_TTY
]]
...
...
@@ -170,7 +171,7 @@ then
fi
export
TERM
export
CDPATH
=
"
$CDPATH
:
$HOME
"
export
MANPAGER
=
'vim -'
export
MANPAGER
=
'vim -
-not-a-term -
'
export
MANWIDTH
=
80
setopt BRACE_CCL
...
...
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