use fzf similar to procrat

This commit is contained in:
Felix Van der Jeugt 2016-12-20 15:04:50 +01:00
parent 1f26b892a6
commit 7f6a620aa4
1 changed files with 6 additions and 0 deletions

6
zshrc
View File

@ -51,6 +51,12 @@ alias agent='eval "$(ssh-agent)" && ssh-add'
# Cloning my terminal
alias copy='urxvtc'
# FZF
function go() {
dir="$(lr /home /data -L -t 'type = d' | fzf)"
[ -n "$dir" ] && cd "$dir" || false
}
# Base16 Shell
BASE16_SHELL="$HOME/.config/base16-shell/base16-greenscreen.dark.sh"
BASE16_SHELL="$HOME/.config/base16-shell/base16-3024.dark.sh"