Skip to content

Commit

Permalink
Handy copy while in reverse search menu
Browse files Browse the repository at this point in the history
  • Loading branch information
latacora-gabriel committed May 31, 2021
1 parent 9a087a8 commit e9c0074
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .sh/variables
@@ -1,3 +1,4 @@
# Shell configuration
export HISTSIZE=100000
export HISTFILESIZE=100000
export SAVEHIST=100000
Expand All @@ -15,11 +16,14 @@ if [ -f /opt/homebrew/bin/brew ] ; then
eval "$(/opt/homebrew/bin/brew shellenv)"
fi

# App configuration
export LC_CTYPE=en_US.UTF-8
# only page if more than a screenful
export LESS=FRX
export NVM_DIR=~/.nvm
export LT_HOME=~/code/repo/LightTable/builds/lighttable-0.8.1-mac
# Thanks to https://github.com/junegunn/fzf/wiki/Examples#clipboard
# Does copy trailing newline though
export FZF_DEFAULT_OPTS='--bind "ctrl-y:execute-silent(printf {} | cut -f 3- -d \" \" | sed -e \"s/^[[:space:]]*//\" | pbcopy)"'
export ANDROID_HOME=/usr/local/opt/android-sdk
DEPS_EDN_PATHS=$(clojure -Spath -Sdeps "$(cat $HOME/code/repo/bb-clis/deps.edn)")
export BABASHKA_CLASSPATH=$HOME/code/repo/bb-clis/src:$DEPS_EDN_PATHS:$HOME/code/repo/my-pinboard/src:$HOME/code/repo/my-pinboard/resources
Expand Down

0 comments on commit e9c0074

Please sign in to comment.