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
3c1cdd83
Commit
3c1cdd83
authored
Jan 09, 2016
by
Murukesh Mohanan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added gopath; vim-go plugin
parent
555ea381
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
28 additions
and
0 deletions
+28
-0
.pam_environment
.pam_environment
+1
-0
.profile
.profile
+24
-0
.zprofile
.zprofile
+3
-0
No files found.
.pam_environment
View file @
3c1cdd83
PAPERSIZE=a4
CONFLOCAL=laptop
GOPATH=/home/bro3886/devel/go
.profile
0 → 100644
View file @
3c1cdd83
# ~/.profile: executed by the command interpreter for login shells.
# This file is not read by bash(1), if ~/.bash_profile or ~/.bash_login
# exists.
# see /usr/share/doc/bash/examples/startup-files for examples.
# the files are located in the bash-doc package.
# the default umask is set in /etc/profile; for setting the umask
# for ssh logins, install and configure the libpam-umask package.
#umask 022
# if running bash
if
[
-n
"
$BASH_VERSION
"
]
;
then
# include .bashrc if it exists
if
[
-f
"
$HOME
/.bashrc"
]
;
then
.
"
$HOME
/.bashrc"
fi
fi
# set PATH so it includes user's private bin if it exists
if
[
-d
"
$HOME
/bin"
]
;
then
PATH
=
"
$HOME
/bin:
$PATH
"
fi
export
CONFLOCAL
=
'lab-pc'
.zprofile
0 → 100644
View file @
3c1cdd83
[[ -d $HOME/bin ]] && export PATH=$HOME/bin:$PATH
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