aboutsummaryrefslogtreecommitdiff
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/.bashrc3
-rw-r--r--meta/.fonts/VT323-Regular.ttfbin0 -> 153116 bytes
-rw-r--r--meta/.profile7
3 files changed, 4 insertions, 6 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
diff --git a/meta/.fonts/VT323-Regular.ttf b/meta/.fonts/VT323-Regular.ttf
new file mode 100644
index 0000000..afa6909
--- /dev/null
+++ b/meta/.fonts/VT323-Regular.ttf
Binary files differ
diff --git a/meta/.profile b/meta/.profile
index e3da6c9..0f9da1f 100644
--- a/meta/.profile
+++ b/meta/.profile
@@ -16,9 +16,6 @@ if [ -n "$BASH_VERSION" ]; then
fi
fi
-# set PATH so it includes user's private bin if it exists
-if [ -d "$HOME/.local/bin" ]; then
- PATH="$HOME/.local/bin:$PATH"
-fi
-
+PATH="$HOME/.local/bin:$HOME/.local/share/go/bin:$PATH"
+export GOPATH="$HOME/.local/share/go"
export XMODIFIERS=@im=ibus