aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bashrc b/bashrc
index 36bb569..767b1bb 100644
--- a/bashrc
+++ b/bashrc
@@ -25,7 +25,7 @@ man() {
25} 25}
26 26
27alias ls='ls --color=auto' 27alias ls='ls --color=auto'
28alias jblive='vlc rtmp://videocdn-us.geocdn.scaleengine.net/jblive/live/jblive.stream 2> /dev/null &' 28alias jblive='mpv rtmp://videocdn-us.geocdn.scaleengine.net/jblive/live/jblive.stream 2> /dev/null &'
29 29
30 30
31export PS1='[\d][\t]\u on \h\n\w => ' 31export PS1='[\d][\t]\u on \h\n\w => '