Commit 4de660f2 authored by Murukesh Mohanan's avatar Murukesh Mohanan

lab laptop changes

parents 9812a44b 97e4db9e
PAPERSIZE=a4
CONFLOCAL=lab-laptop
CONFLOCAL=laptop
GOPATH=/home/bro3886/devel/go
# ~/.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'
Subproject commit f2f43e0487348e1b6f91b221e99e1fca763376aa
Subproject commit db8d7c44aa74b56ed56a8ca0968a53072561709e
[[ -d $HOME/bin ]] && export PATH=$HOME/bin:$PATH
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment