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
14f5cb59
Commit
14f5cb59
authored
May 23, 2015
by
Murukesh Mohanan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added 15.04 stuff
parent
402fc3f9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
2 deletions
+14
-2
.conflocal/vivid-pc/.zshrc
.conflocal/vivid-pc/.zshrc
+12
-0
.vim
.vim
+1
-1
.zshrc
.zshrc
+1
-1
No files found.
.conflocal/vivid-pc/.zshrc
0 → 100644
View file @
14f5cb59
[[
-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
.vim
@
6c7bcf80
Subproject commit
d30bfc70e5bc840c1d13739523df227238c13d49
Subproject commit
6c7bcf80c7a1a7f1cd8b593c0b513b08b7e056ad
.zshrc
View file @
14f5cb59
...
...
@@ -106,7 +106,7 @@ fi
RPROMPT
=
"%{
$reset_color
%}"
case
$TERM
in
xterm
*
)
xterm
*
|
screen
*
)
if
[[
-n
$SSH_TTY
]]
then
precmd
()
{
print
-Pn
"
\e
]0;%m: %2~
\a
"
}
...
...
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