use fzf similar to procrat
This commit is contained in:
parent
1f26b892a6
commit
7f6a620aa4
6
zshrc
6
zshrc
@ -51,6 +51,12 @@ alias agent='eval "$(ssh-agent)" && ssh-add'
|
|||||||
# Cloning my terminal
|
# Cloning my terminal
|
||||||
alias copy='urxvtc'
|
alias copy='urxvtc'
|
||||||
|
|
||||||
|
# FZF
|
||||||
|
function go() {
|
||||||
|
dir="$(lr /home /data -L -t 'type = d' | fzf)"
|
||||||
|
[ -n "$dir" ] && cd "$dir" || false
|
||||||
|
}
|
||||||
|
|
||||||
# Base16 Shell
|
# Base16 Shell
|
||||||
BASE16_SHELL="$HOME/.config/base16-shell/base16-greenscreen.dark.sh"
|
BASE16_SHELL="$HOME/.config/base16-shell/base16-greenscreen.dark.sh"
|
||||||
BASE16_SHELL="$HOME/.config/base16-shell/base16-3024.dark.sh"
|
BASE16_SHELL="$HOME/.config/base16-shell/base16-3024.dark.sh"
|
||||||
|
Loading…
Reference in New Issue
Block a user