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
402fc3f9
Commit
402fc3f9
authored
Apr 30, 2015
by
Murukesh Mohanan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated vimrc
parent
53ac71ca
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
4 deletions
+15
-4
.conflocal/debian-pc/.zshrc
.conflocal/debian-pc/.zshrc
+12
-0
.conflocal/lab-laptop/.zshrc
.conflocal/lab-laptop/.zshrc
+0
-1
.vim
.vim
+1
-1
.zshrc
.zshrc
+2
-2
No files found.
.conflocal/debian-pc/.zshrc
0 → 100644
View file @
402fc3f9
[[
-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
none
)
;;
*
)
precmd
()
{
print
-Pn
"
\e
]0;%m: %2~
\a
"
}
export
TERM
=
xterm-256color
;;
esac
HISTFILE
=
$HOME
/.debian_history
.conflocal/lab-laptop/.zshrc
View file @
402fc3f9
...
...
@@ -6,5 +6,4 @@ 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
]]
&&
source
/usr/share/doc/pkgfile/command-not-found.zsh
[[
-f
/etc/zsh_command_not_found
]]
&&
source
/etc/zsh_command_not_found
[[
-n
$DISPLAY
]]
&&
synclient
TapButton1
=
1
TapButton2
=
3
TapButton3
=
2
CircularScrolling
=
1
.vim
@
d30bfc70
Subproject commit
83bbbdabbe9e37331b75691846357531fe3f03e4
Subproject commit
d30bfc70e5bc840c1d13739523df227238c13d49
.zshrc
View file @
402fc3f9
...
...
@@ -109,7 +109,7 @@ case $TERM in
xterm
*
)
if
[[
-n
$SSH_TTY
]]
then
precmd
()
{
print
-Pn
"
\e
]0;%m: %~
\a
"
}
precmd
()
{
print
-Pn
"
\e
]0;%m: %
2
~
\a
"
}
else
precmd
()
{
print
-Pn
"
\e
]0;%2~
\a
"
}
fi
...
...
@@ -143,7 +143,7 @@ setopt completealiases
[[
-d
~/bin
]]
&&
export
PATH
=
"
$HOME
/bin:
$PATH
"
ssht
()
{
ssh
-Xt
"
$@
"
byobu
ssh
-Xt
"
$@
"
byobu
-screen
}
# pip zsh completion start
...
...
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