use fzf similar to procrat
This commit is contained in:
parent
1f26b892a6
commit
7f6a620aa4
1 changed files with 6 additions and 0 deletions
6
zshrc
6
zshrc
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue