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
c88ff714
Commit
c88ff714
authored
Jan 18, 2016
by
Murukesh Mohanan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated syntax hl plugin, fixed double addition of ~/bin
parent
ad034e39
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
17 additions
and
6 deletions
+17
-6
.gitignore
.gitignore
+15
-0
.vim
.vim
+1
-1
.zprofile
.zprofile
+0
-2
.zsh/zsh-syntax-highlighting
.zsh/zsh-syntax-highlighting
+1
-1
.zshrc
.zshrc
+0
-2
No files found.
.gitignore
0 → 100644
View file @
c88ff714
*
!.zshrc
!.zsh/
!.zsh/**
!.vim/
!.vim/**
!.conflocal
!.conflocal/**
!.bashrc
!.profile
!.zprofile
!.pam_environment
!.latexmkrc
!.toprc
!.gitmodules
.vim
@
cd86ed37
Subproject commit
568c16c62024e404eb0f00837e7825d48463d68a
Subproject commit
cd86ed370d599705385f8054b01730251dbf1d5d
.zprofile
View file @
c88ff714
[[ -d $HOME/bin ]] && export PATH=$HOME/bin:$PATH
zsh-syntax-highlighting
@
28932316
Subproject commit
a8afbdf2f548b6782d2a33d40c6d72464e23beee
Subproject commit
28932316cca6004253ec57f5d87981c72be64e86
.zshrc
View file @
c88ff714
...
...
@@ -137,8 +137,6 @@ autoload run-help-svn
autoload run-help-svk
alias help
=
run-help
[[
-d
~/bin
]]
&&
export
PATH
=
"
$HOME
/bin:
$PATH
"
ssht
()
{
ssh
-Xt
"
$@
"
byobu-screen
}
...
...
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