No idea what I changed now.

This commit is contained in:
Russell Riker 2022-12-22 16:43:49 -05:00
parent 28456ee79c
commit 039cc44063
2 changed files with 4 additions and 0 deletions

View File

@ -68,3 +68,5 @@ then
alias sudo="echo 'Wrong machine butt head'"
fi
alias pf="fzf --preview='bat --style=numbers --color=always --line-range :500 {}' --bind shift-up:preview-page-up,shift-down:preview-page-down"
alias sd="cd ~ && cd \$(find * -type d | fzf)"

View File

@ -172,5 +172,7 @@ fi
# eval"$(oh-my-posh init bash)"
eval "$(oh-my-posh init bash --config ~/.poshthemes/night-owl.omp.json)"
# cd to my wsl2 home folder
cd ~