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
18d75d49
Commit
18d75d49
authored
Sep 16, 2015
by
Murukesh Mohanan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add zsh syntax highlighting as submodule
parent
a094acb7
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
19 additions
and
13 deletions
+19
-13
.conflocal/debian-pc/.zshrc
.conflocal/debian-pc/.zshrc
+0
-2
.conflocal/lab-laptop/.zshrc
.conflocal/lab-laptop/.zshrc
+4
-3
.conflocal/lab-pc/.zshrc
.conflocal/lab-pc/.zshrc
+0
-1
.conflocal/laptop/.zshrc
.conflocal/laptop/.zshrc
+4
-3
.conflocal/vivid-pc/.zshrc
.conflocal/vivid-pc/.zshrc
+2
-2
.gitmodules
.gitmodules
+3
-0
.zsh/zsh-syntax-highlighting
.zsh/zsh-syntax-highlighting
+1
-0
.zshrc
.zshrc
+5
-2
No files found.
.conflocal/debian-pc/.zshrc
View file @
18d75d49
[[
-f
~/devel/zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
]]
&&
source
~/devel/zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
[[
-f
/etc/zsh_command_not_found
]]
&&
source
/etc/zsh_command_not_found
case
$(
systemd-detect-virt
)
in
case
$(
systemd-detect-virt
)
in
none
)
none
)
;;
;;
...
...
.conflocal/lab-laptop/.zshrc
View file @
18d75d49
...
@@ -4,6 +4,7 @@ alias pacu='pacaur -Syu'
...
@@ -4,6 +4,7 @@ alias pacu='pacaur -Syu'
alias
pacr
=
'pacaur -Rs'
alias
pacr
=
'pacaur -Rs'
alias
pacl
=
'pacaur -Ql'
alias
pacl
=
'pacaur -Ql'
[[
-f
~/devel/zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
]]
&&
source
~/devel/zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
[[
-f
/usr/share/doc/pkgfile/command-not-found.zsh
]]
&&
[[
-f
/usr/share/doc/pkgfile/command-not-found.zsh
]]
&&
source
/usr/share/doc/pkgfile/command-not-found.zsh
source
/usr/share/doc/pkgfile/command-not-found.zsh
[[
-n
$DISPLAY
]]
&&
synclient
TapButton1
=
1
TapButton2
=
3
TapButton3
=
2
CircularScrolling
=
1
[[
-n
$DISPLAY
&&
-z
$SSH_CONNECTION
]]
&&
synclient
TapButton1
=
1
TapButton2
=
3
TapButton3
=
2
CircularScrolling
=
1
.conflocal/lab-pc/.zshrc
View file @
18d75d49
[[
-f
~/devel/zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
]]
&&
source
~/devel/zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
[[
-f
/etc/zsh_command_not_found
]]
&&
source
/etc/zsh_command_not_found
[[
-f
/etc/zsh_command_not_found
]]
&&
source
/etc/zsh_command_not_found
.conflocal/laptop/.zshrc
View file @
18d75d49
...
@@ -4,6 +4,7 @@ alias pacu='pacaur -Syu'
...
@@ -4,6 +4,7 @@ alias pacu='pacaur -Syu'
alias
pacr
=
'pacaur -Rs'
alias
pacr
=
'pacaur -Rs'
alias
pacl
=
'pacaur -Ql'
alias
pacl
=
'pacaur -Ql'
[[
-f
~/devel/zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
]]
&&
source
~/devel/zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
[[
-f
/usr/share/doc/pkgfile/command-not-found.zsh
]]
&&
[[
-f
/usr/share/doc/pkgfile/command-not-found.zsh
]]
&&
source
/usr/share/doc/pkgfile/command-not-found.zsh
source
/usr/share/doc/pkgfile/command-not-found.zsh
[[
-n
$DISPLAY
]]
&&
synclient
TapButton1
=
1
TapButton2
=
3
TapButton3
=
2
CircularScrolling
=
1
[[
-n
$DISPLAY
&&
-z
$SSH_CONNECTION
]]
&&
synclient
TapButton1
=
1
TapButton2
=
3
TapButton3
=
2
CircularScrolling
=
1
.conflocal/vivid-pc/.zshrc
View file @
18d75d49
[[
-f
~/devel/zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
]]
&&
source
~/devel/zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
[[
-f
/etc/zsh_command_not_found
]]
&&
[[
-f
/etc/zsh_command_not_found
]]
&&
source
/etc/zsh_command_not_found
source
/etc/zsh_command_not_found
case
$(
systemd-detect-virt
)
in
case
$(
systemd-detect-virt
)
in
none
)
none
)
;;
;;
...
...
.gitmodules
View file @
18d75d49
[submodule ".vim"]
[submodule ".vim"]
path = .vim
path = .vim
url = https://git.cse.iitb.ac.in/murukesh/vimrc.git
url = https://git.cse.iitb.ac.in/murukesh/vimrc.git
[submodule ".zsh/zsh-syntax-highlighting"]
path = .zsh/zsh-syntax-highlighting
url = https://github.com/zsh-users/zsh-syntax-highlighting.git
zsh-syntax-highlighting
@
a8afbdf2
Subproject commit a8afbdf2f548b6782d2a33d40c6d72464e23beee
.zshrc
View file @
18d75d49
...
@@ -158,7 +158,7 @@ function _pip_completion {
...
@@ -158,7 +158,7 @@ function _pip_completion {
compctl
-K
_pip_completion pip
compctl
-K
_pip_completion pip
# pip zsh completion end
# pip zsh completion end
if
[[
$COLORTERM
=
gnome-terminal
]]
if
[[
-n
$COLORTERM
]]
then
then
case
$TERM
in
case
$TERM
in
xterm
*
)
xterm
*
)
...
@@ -178,4 +178,7 @@ autoload -U edit-command-line
...
@@ -178,4 +178,7 @@ autoload -U edit-command-line
zle
-N
edit-command-line
zle
-N
edit-command-line
bindkey
-M
vicmd v edit-command-line
bindkey
-M
vicmd v edit-command-line
[[
-f
$HOME
/.conflocal/
$CONFLOCAL
/.zshrc
]]
&&
.
"
$HOME
/.conflocal/
$CONFLOCAL
/.zshrc"
[[
-f
$HOME
/.zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
]]
&&
.
"
$HOME
/.zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh"
[[
-f
$HOME
/.conflocal/
$CONFLOCAL
/.zshrc
]]
&&
.
"
$HOME
/.conflocal/
$CONFLOCAL
/.zshrc"
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