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 mkdir='mkdir -p'
|
||||
alias rg='rg -S'
|
||||
alias v='f -e nvim'
|
||||
|
||||
t() {
|
||||
if [[ $1 ]]; then
|
||||
|
@ -27,4 +28,7 @@ __prompt() {
|
|||
}
|
||||
PROMPT_COMMAND=__prompt
|
||||
|
||||
eval "$(fasd --init auto)"
|
||||
_fasd_bash_hook_cmd_complete v
|
||||
|
||||
eval "$(direnv hook bash)"
|
||||
|
|
|
@ -29,6 +29,7 @@ dependencies = [
|
|||
'clang',
|
||||
'cups',
|
||||
'curl',
|
||||
'fasd',
|
||||
'firefox',
|
||||
'flameshot',
|
||||
'git',
|
||||
|
|
Loading…
Reference in a new issue