aboutsummaryrefslogtreecommitdiffstats
path: root/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bashrc b/bashrc
index 72327ef..8198b11 100644
--- a/bashrc
+++ b/bashrc
@@ -29,7 +29,7 @@ vim() {
29} 29}
30 30
31alias ls='ls --color=auto' 31alias ls='ls --color=auto'
32alias jblive='vlc rtmp://videocdn-us.geocdn.scaleengine.net/jblive/live/jblive.stream 2> /dev/null &' 32alias jblive='mpv rtmp://videocdn-us.geocdn.scaleengine.net/jblive/live/jblive.stream 2> /dev/null &'
33 33
34 34
35export PS1='[\d][\t]\u on \h\n\w => ' 35export PS1='[\d][\t]\u on \h\n\w => '