From 1e8bb442f06f2a56c51ce7e0aa389d3de1df7435 Mon Sep 17 00:00:00 2001 From: David Aizenberg Date: Mon, 9 Mar 2020 20:14:40 +0200 Subject: [PATCH] . --- .bashrc | 3 +++ .zshrc | 3 +++ desktop/i3/config | 3 ++- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 34b1e4b..363f8ce 100644 --- a/.bashrc +++ b/.bashrc @@ -115,3 +115,6 @@ fi alias screen_record='bash screen_record.sh' export GOPATH=$HOME/go PATH=$GOPATH/bin:$PATH + +# Add RVM to PATH for scripting. Make sure this is the last PATH variable change. +export PATH="$PATH:$HOME/.rvm/bin" diff --git a/.zshrc b/.zshrc index abd2cc1..994a89c 100644 --- a/.zshrc +++ b/.zshrc @@ -188,3 +188,6 @@ function tf() { t } + +# Add RVM to PATH for scripting. Make sure this is the last PATH variable change. +export PATH="$PATH:$HOME/.rvm/bin" diff --git a/desktop/i3/config b/desktop/i3/config index 82cfcc6..71e9d9d 100644 --- a/desktop/i3/config +++ b/desktop/i3/config @@ -56,7 +56,8 @@ bindsym $mod+Return exec i3-sensible-terminal # kill focused window bindsym $mod+Shift+q kill -bindsym --release Print exec scrot -s ~/Pictures/Screenshots/%b%d::%H%M%S.png +#bindsym --release Print exec scrot -s ~/Pictures/Screenshots/%b%d::%H%M%S.png +bindsym --release Print exec scrot -s '/tmp/%F_%T_$wx$h.png' -e 'xclip -selection clipboard -target image/png -i $f' # start dmenu (a program launcher) bindsym $mod+d exec dmenu_run