about summary refs log tree commit diff
path: root/meta/.bashrc
diff options
context:
space:
mode:
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