about summary refs log tree commit diff
path: root/bash
diff options
context:
space:
mode:
authorMcSinyx <vn.mcsinyx@gmail.com>2016-05-30 16:55:41 +0700
committerRaphael McSinyx <vn.mcsinyx@gmail.com>2016-11-20 16:43:38 +0700
commit33f963509eb04b956c0dfa1283d0a4d31c347bea (patch)
tree8d37374b8644e1ceaa59f636df472414be22263c /bash
parent57a8d8360c85528fb477e76ef1a5f2eeb151be14 (diff)
downloaddotfiles-33f963509eb04b956c0dfa1283d0a4d31c347bea.tar.gz
Update 20160530
Diffstat (limited to 'bash')
-rw-r--r--bash/.bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/bash/.bashrc b/bash/.bashrc
index ef26b22..a02f3b0 100644
--- a/bash/.bashrc
+++ b/bash/.bashrc
@@ -98,6 +98,7 @@ export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quo
 # See /usr/share/doc/bash-doc/examples in the bash-doc package.
 alias x='cd ~ && startx'
 alias wduck='w3m duckduckgo.com'
+alias scot='scrot ~/Pictures/Screenshots/%FT%T.png'
 TF_ALIAS=fuck alias fuck='eval $(thefuck $(fc -ln -1)); history -r'
 
 if [ -f ~/.bash_aliases ]; then