aboutsummaryrefslogtreecommitdiffstats
path: root/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index 36bb569..72327ef 100644
--- a/bashrc
+++ b/bashrc
@@ -24,6 +24,10 @@ man() {
24 man "$@" 24 man "$@"
25} 25}
26 26
27vim() {
28 (cd $@ && /usr/bin/vim) || /usr/bin/vim $@
29}
30
27alias ls='ls --color=auto' 31alias ls='ls --color=auto'
28alias jblive='vlc rtmp://videocdn-us.geocdn.scaleengine.net/jblive/live/jblive.stream 2> /dev/null &' 32alias jblive='vlc rtmp://videocdn-us.geocdn.scaleengine.net/jblive/live/jblive.stream 2> /dev/null &'
29 33