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
4de660f2
Commit
4de660f2
authored
Jan 13, 2016
by
Murukesh Mohanan
Browse files
Options
Browse Files
Download
Plain Diff
lab laptop changes
parents
9812a44b
97e4db9e
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
32 additions
and
2 deletions
+32
-2
.pam_environment
.pam_environment
+2
-1
.profile
.profile
+24
-0
.vim
.vim
+1
-1
.zprofile
.zprofile
+3
-0
.zshrc
.zshrc
+2
-0
No files found.
.pam_environment
View file @
4de660f2
PAPERSIZE=a4
CONFLOCAL=lab-laptop
CONFLOCAL=laptop
GOPATH=/home/bro3886/devel/go
.profile
0 → 100644
View file @
4de660f2
# ~/.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'
.vim
@
db8d7c44
Subproject commit
f2f43e0487348e1b6f91b221e99e1fca763376aa
Subproject commit
db8d7c44aa74b56ed56a8ca0968a53072561709e
.zprofile
0 → 100644
View file @
4de660f2
[[ -d $HOME/bin ]] && export PATH=$HOME/bin:$PATH
.zshrc
View file @
4de660f2
...
...
@@ -171,6 +171,8 @@ export CDPATH="$CDPATH:$HOME"
export
MANPAGER
=
'vim -'
export
MANWIDTH
=
80
setopt BRACE_CCL
autoload
-U
edit-command-line
zle
-N
edit-command-line
bindkey
-M
vicmd v edit-command-line
...
...
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