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
d23d21a6
Commit
d23d21a6
authored
Sep 22, 2018
by
Murukesh Mohanan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updates
parent
8af96989
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
28 additions
and
16 deletions
+28
-16
.conflocal/alien/.zshrc
.conflocal/alien/.zshrc
+12
-5
.conflocal/lab-laptop/.zshrc
.conflocal/lab-laptop/.zshrc
+5
-5
.conflocal/laptop/.zshrc
.conflocal/laptop/.zshrc
+5
-5
.pam_environment
.pam_environment
+1
-1
.vim/spell/en.utf-8.add
.vim/spell/en.utf-8.add
+1
-0
.vim/vimrc
.vim/vimrc
+4
-0
No files found.
.conflocal/alien/.zshrc
View file @
d23d21a6
alias
pac
=
'pa
caur
-S'
alias
pac
=
'pa
kku
-S'
alias
pacs
=
'pa
caur
-Ss'
alias
pacs
=
'pa
kku
-Ss'
alias
pacu
=
'pa
caur
-Syu'
alias
pacu
=
'pa
kku
-Syu'
alias
pacr
=
'pa
caur
-Rs'
alias
pacr
=
'pa
kku
-Rs'
alias
pacl
=
'pa
caur
-Ql'
alias
pacl
=
'pa
kku
-Ql'
[[
-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
ind
()
{
gsettings
set
org.gnome.system.proxy mode manual
ssh ind
gsettings
set
org.gnome.system.proxy mode none
}
.conflocal/lab-laptop/.zshrc
View file @
d23d21a6
alias
pac
=
'pa
caur
-S'
alias
pac
=
'pa
kku
-S'
alias
pacs
=
'pa
caur
-Ss'
alias
pacs
=
'pa
kku
-Ss'
alias
pacu
=
'pa
caur
-Syu'
alias
pacu
=
'pa
kku
-Syu'
alias
pacr
=
'pa
caur
-Rs'
alias
pacr
=
'pa
kku
-Rs'
alias
pacl
=
'pa
caur
-Ql'
alias
pacl
=
'pa
kku
-Ql'
[[
-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
...
...
.conflocal/laptop/.zshrc
View file @
d23d21a6
alias
pac
=
'pa
caur
-S'
alias
pac
=
'pa
kku
-S'
alias
pacs
=
'pa
caur
-Ss'
alias
pacs
=
'pa
kku
-Ss'
alias
pacu
=
'pa
caur
-Syu'
alias
pacu
=
'pa
kku
-Syu'
alias
pacr
=
'pa
caur
-Rs'
alias
pacr
=
'pa
kku
-Rs'
alias
pacl
=
'pa
caur
-Ql'
alias
pacl
=
'pa
kku
-Ql'
[[
-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
...
...
.pam_environment
View file @
d23d21a6
PAPERSIZE=a4
PAPERSIZE=a4
CONFLOCAL=lab
CONFLOCAL=lab
GOPATH=/home/
bro3886/devel
/go
GOPATH=/home/
muru/dev
/go
PATH DEFAULT=${GOPATH}/bin:${PATH}
PATH DEFAULT=${GOPATH}/bin:${PATH}
.vim/spell/en.utf-8.add
View file @
d23d21a6
...
@@ -102,3 +102,4 @@ timeseries
...
@@ -102,3 +102,4 @@ timeseries
Rakuten
Rakuten
IoT
IoT
microservices
microservices
Alienware
.vim/vimrc
View file @
d23d21a6
...
@@ -116,6 +116,10 @@ function! YCMInstallCmd()
...
@@ -116,6 +116,10 @@ function! YCMInstallCmd()
if executable('npm')
if executable('npm')
let l:ycm_cmd .= ' --tern-completer'
let l:ycm_cmd .= ' --tern-completer'
endif
endif
if executable('clang')
let l:ycm_cmd .= ' --system-libclang'
endif
return l:ycm_cmd
return l:ycm_cmd
endfunction
endfunction
...
...
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