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
7205a4cb
Commit
7205a4cb
authored
Jun 20, 2015
by
Murukesh Mohanan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
merged laptop and lab laptop
parent
26700c48
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
39 additions
and
3 deletions
+39
-3
.bashrc
.bashrc
+16
-1
.conflocal/laptop/.zshrc
.conflocal/laptop/.zshrc
+9
-0
.pam_environment
.pam_environment
+2
-1
.zshrc
.zshrc
+12
-1
No files found.
.bashrc
View file @
7205a4cb
...
...
@@ -5,5 +5,20 @@
# If not running interactively, don't do anything
[[
$-
!=
*
i
*
]]
&&
return
export
PATH
=
$PATH
:~/bin
alias ls
=
'ls --color=auto'
PS1
=
'[\u@\h \W]\$ '
# Add an "alert" alias for long running commands. Use like so:
# sleep 10; alert
alias
alert
=
'notify-send --urgency=low -i "$([ $? = 0 ] && echo terminal || echo error)" "$(history|tail -n1|sed -e '
\'
's/^\s*[0-9]\+\s*//;s/[;&|]\s*alert$//'
\'
')"'
# Start X on one of the first three VTs
#alias startx='startx &> ~/.xlog'
#[[ -z $DISPLAY && -n $XDG_VTNR && $XDG_VTNR -lt 3 ]] && exec startx ~/.xinitrc gnome-shell
export
DEBEMAIL
=
"murukesh@cse.iitb.ac.in"
export
DEBFULLNAME
=
"Murukesh Mohanan"
#. ~/devel/cs715/paths.sh
[[
-n
$DISPLAY
]]
&&
synclient
TapButton1
=
1
TapButton2
=
2
TapButton3
=
3
CircularScrolling
=
1
.conflocal/laptop/.zshrc
0 → 100644
View file @
7205a4cb
alias
pac
=
'pacaur -S'
alias
pacs
=
'pacaur -Ss'
alias
pacu
=
'pacaur -Syu'
alias
pacr
=
'pacaur -Rs'
alias
pacl
=
'pacaur -Ql'
[[
-f
~/devel/zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
]]
&&
source
~/devel/zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
[[
-f
/usr/share/doc/pkgfile/command-not-found.zsh
]]
&&
source
/usr/share/doc/pkgfile/command-not-found.zsh
[[
-n
$DISPLAY
]]
&&
synclient
TapButton1
=
1
TapButton2
=
3
TapButton3
=
2
CircularScrolling
=
1
.pam_environment
View file @
7205a4cb
CONFLOCAL=lab-laptop
PAPERSIZE=a4
CONFLOCAL=laptop
.zshrc
View file @
7205a4cb
...
...
@@ -158,7 +158,18 @@ function _pip_completion {
compctl
-K
_pip_completion pip
# pip zsh completion end
[[
$COLORTERM
=
gnome-terminal
&&
!
$TERM
=
screen
*
]]
&&
TERM
=
xterm-256color
if
[[
$COLORTERM
=
gnome-terminal
]]
then
case
$TERM
in
xterm
*
)
TERM
=
xterm-256color
;;
screen
*
)
TERM
=
screen-256color
;;
esac
fi
export
TERM
export
CDPATH
=
"
$CDPATH
:
$HOME
"
[[
-f
$HOME
/.conflocal/
$CONFLOCAL
/.zshrc
]]
&&
.
"
$HOME
/.conflocal/
$CONFLOCAL
/.zshrc"
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