-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbashrc_mac
More file actions
executable file
·38 lines (25 loc) · 889 Bytes
/
bashrc_mac
File metadata and controls
executable file
·38 lines (25 loc) · 889 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
#sg .bashrc
# User specific aliases and functions
# Source global definitions
#if [ -f /etc/bashrc ]; then
# . /etc/bashrc
#fi
#
[ -f /etc/bash_completion ] && . /etc/bash_completion
. $HOME/.bashrc_common
export PS1="\[\033[1;31m\][\u@\h:\w]$\[\033[0m\] "
alias ls='ls -G'
alias ll='ls -lh -G'
# assuming files will have lines in the order of 100's adding 5 columns
# for line no, and show content for 80 columns
alias xterm='xterm -fg white -bg black -geometry 84x24'
alias m="mplayer -vo corevideo -hardframedrop"
ulimit -c unlimited
alias vm="ssh -X bhargava@vm"
alias dbusstart="launchctl load -w /Library/LaunchAgents/org.freedesktop.dbus-session.plist"
alias linux="ssh -X 1.1.1.2"
alias apache_start="sudo /opt/local/apache2/bin/apachectl start"
alias apache_stop="sudo /opt/local/apache2/bin/apachectl stop"
#export LANG=en_IN
#export LANGUAGE=en_IN:en
unset LC_TYPE