diff --git a/.bash_aliases b/.bash_aliases index 543d8fe..31641d1 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -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)" diff --git a/.bashrc b/.bashrc index f6c1542..f627c9f 100644 --- a/.bashrc +++ b/.bashrc @@ -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 ~