Add fasd
This commit is contained in:
parent
cbdd746c97
commit
d8f316f357
2 changed files with 5 additions and 0 deletions
|
@ -10,6 +10,7 @@ alias cd..='cd ..'
|
||||||
alias htop='htop -t'
|
alias htop='htop -t'
|
||||||
alias mkdir='mkdir -p'
|
alias mkdir='mkdir -p'
|
||||||
alias rg='rg -S'
|
alias rg='rg -S'
|
||||||
|
alias v='f -e nvim'
|
||||||
|
|
||||||
t() {
|
t() {
|
||||||
if [[ $1 ]]; then
|
if [[ $1 ]]; then
|
||||||
|
@ -27,4 +28,7 @@ __prompt() {
|
||||||
}
|
}
|
||||||
PROMPT_COMMAND=__prompt
|
PROMPT_COMMAND=__prompt
|
||||||
|
|
||||||
|
eval "$(fasd --init auto)"
|
||||||
|
_fasd_bash_hook_cmd_complete v
|
||||||
|
|
||||||
eval "$(direnv hook bash)"
|
eval "$(direnv hook bash)"
|
||||||
|
|
|
@ -29,6 +29,7 @@ dependencies = [
|
||||||
'clang',
|
'clang',
|
||||||
'cups',
|
'cups',
|
||||||
'curl',
|
'curl',
|
||||||
|
'fasd',
|
||||||
'firefox',
|
'firefox',
|
||||||
'flameshot',
|
'flameshot',
|
||||||
'git',
|
'git',
|
||||||
|
|
Loading…
Reference in a new issue