about summary refs log tree commit diff
path: root/meta/.bashrc
diff options
context:
space:
mode:
authorRaphael McSinyx <vn.mcsinyx@gmail.com>2017-08-03 11:42:26 +0700
committerRaphael McSinyx <vn.mcsinyx@gmail.com>2017-08-03 11:43:38 +0700
commit04bb23545ae2d7029ecfc4401ea94d89970dd89c (patch)
tree26adcad0c656e3a4c54d92450201d655fcfb1874 /meta/.bashrc
parent62338bd5b0ee7c323f64f49d444241dde64ced85 (diff)
downloaddotfiles-04bb23545ae2d7029ecfc4401ea94d89970dd89c.tar.gz
Update 2017-08-03
Diffstat (limited to 'meta/.bashrc')
-rw-r--r--meta/.bashrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/.bashrc b/meta/.bashrc
index e92745e..1a85ab0 100644
--- a/meta/.bashrc
+++ b/meta/.bashrc
@@ -98,10 +98,11 @@ alias la='ls -A'
 # See /usr/share/doc/bash-doc/examples in the bash-doc package.
 alias gcc='gcc -O2 -lm'
 alias fpc='fpc -O1 -XS -gl'
-alias mpa='mpv --no-video'
+alias mpa='mpv --no-video --loop=inf'
 alias mount='udevil mount'
 alias umount='udevil umount'
 alias x='cd ~ && startx'
+alias flare='cd ~/.local/flare-game/ && ./flare && cd -'
 TF_ALIAS=fuck alias fuck='eval $(thefuck $(fc -ln -1)); history -r'
 if [ -f ~/.bash_aliases ]; then
     . ~/.bash_aliases