dotfiles

Personal dotfiles.
Log | Files | Refs | LICENSE

commit 4b2cd9a1ff7d5bf4e36a4e26e8848c9659fc1bbc
parent edd67882158e81f3ba9fd3e20091685c77548d49
Author: Arne Swanson <nownpl@0111.click>
Date:   Wed, 15 Aug 2018 22:24:39 -0300

Made more spicy shot :p

Diffstat:
scripts/shot | 4++--
zsh/.zshenv | 2++
2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/scripts/shot b/scripts/shot @@ -1,4 +1,4 @@ #!/bin/sh DIRECTORY="${HOME}/files/shot" import "${DIRECTORY}/$1.png" -echo "${DIRECTORY}/$1.png" | pb -f | tr -d '\n' | xclip -selection clipboard- \ No newline at end of file +echo "${DIRECTORY}/$1.png" | pb -f | tr -d '\n' | xc | alert "Saved screenshot to ${DIRECTORY}/$1.png"+ \ No newline at end of file diff --git a/zsh/.zshenv b/zsh/.zshenv @@ -2,10 +2,12 @@ export LANG=en_US.UTF-8 export ARCHFLAGS="-arch x86_64" export SSH_KEY_PATH="~/.ssh/id_rsa" export ABDUCO_CMD=dvtm + command_loc="$(command -v "subl" 2> /dev/null)" if [ ! -z "$command_loc" ]; then export EDITOR="subl -w" else export EDITOR="nano" fi + export AUDIODRIVER=alsa \ No newline at end of file