This commit is contained in:
buffet 2021-06-03 15:04:33 +00:00
parent cbdd746c97
commit d8f316f357
2 changed files with 5 additions and 0 deletions

View file

@ -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)"

View file

@ -29,6 +29,7 @@ dependencies = [
'clang',
'cups',
'curl',
'fasd',
'firefox',
'flameshot',
'git',