about summary refs log tree commit diff
path: root/meta/.bashrc
diff options
context:
space:
mode:
authorRaphael McSinyx <vn.mcsinyx@gmail.com>2017-03-20 20:14:25 +0700
committerRaphael McSinyx <vn.mcsinyx@gmail.com>2017-03-20 20:14:25 +0700
commit54f888bbc8c343db839fe7c3ca956e717c7133e1 (patch)
tree133d86448b2823c46a7a6f0c1bbb160f3a64ca7c /meta/.bashrc
parent48da7383c04e5f6bf5612014727d8d9b4bd03329 (diff)
downloaddotfiles-54f888bbc8c343db839fe7c3ca956e717c7133e1.tar.gz
Update 20170320
Diffstat (limited to 'meta/.bashrc')
-rw-r--r--meta/.bashrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/.bashrc b/meta/.bashrc
index 18171d0..e92745e 100644
--- a/meta/.bashrc
+++ b/meta/.bashrc
@@ -96,12 +96,12 @@ alias la='ls -A'
 # You may want to put all your additions into a separate file like
 # ~/.bash_aliases, instead of adding them here directly.
 # See /usr/share/doc/bash-doc/examples in the bash-doc package.
-alias x='cd ~ && startx'
-alias scot='scrot ~/Pictures/Screenshots/%FT%T.png'
 alias gcc='gcc -O2 -lm'
 alias fpc='fpc -O1 -XS -gl'
+alias mpa='mpv --no-video'
 alias mount='udevil mount'
 alias umount='udevil umount'
+alias x='cd ~ && startx'
 TF_ALIAS=fuck alias fuck='eval $(thefuck $(fc -ln -1)); history -r'
 if [ -f ~/.bash_aliases ]; then
     . ~/.bash_aliases