about summary refs log tree commit diff
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/.bashrc6
-rw-r--r--meta/.xinitrc1
2 files changed, 1 insertions, 6 deletions
diff --git a/meta/.bashrc b/meta/.bashrc
index fcb265e..f159b4c 100644
--- a/meta/.bashrc
+++ b/meta/.bashrc
@@ -102,11 +102,7 @@ alias fpc='fpc -O1 -XS -gl'
 alias mpa='mpv --no-video --loop=inf'
 alias mount='udevil mount'
 alias umount='udevil umount'
-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
-fi
+alias flare='DBUS_FATAL_WARNINGS=0 flare'
 
 # enable programmable completion features (you don't need to enable
 # this, if it's already enabled in /etc/bash.bashrc and /etc/profile
diff --git a/meta/.xinitrc b/meta/.xinitrc
index 33a1b01..e897a24 100644
--- a/meta/.xinitrc
+++ b/meta/.xinitrc
@@ -9,6 +9,5 @@ redshift-gtk &
 ibus-daemon -drx
 connman-ui-gtk &
 clipit &
-emacs --daemon
 exec awesome
 cd -