about summary refs log tree commit diff
path: root/bash/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bash/.bashrc')
-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