This commit is contained in:
David Aizenberg
2020-03-09 20:14:40 +02:00
parent 7bbdcd3586
commit 1e8bb442f0
3 changed files with 8 additions and 1 deletions

View File

@@ -115,3 +115,6 @@ fi
alias screen_record='bash screen_record.sh' alias screen_record='bash screen_record.sh'
export GOPATH=$HOME/go export GOPATH=$HOME/go
PATH=$GOPATH/bin:$PATH 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"

3
.zshrc
View File

@@ -188,3 +188,6 @@ function tf() {
t t
} }
# Add RVM to PATH for scripting. Make sure this is the last PATH variable change.
export PATH="$PATH:$HOME/.rvm/bin"

View File

@@ -56,7 +56,8 @@ bindsym $mod+Return exec i3-sensible-terminal
# kill focused window # kill focused window
bindsym $mod+Shift+q kill 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) # start dmenu (a program launcher)
bindsym $mod+d exec dmenu_run bindsym $mod+d exec dmenu_run