add p alias
This commit is contained in:
@@ -20,6 +20,7 @@ if status is-interactive
|
|||||||
|
|
||||||
# better cd
|
# better cd
|
||||||
zoxide init fish --cmd cd | source
|
zoxide init fish --cmd cd | source
|
||||||
|
alias p='cd "$HOME/projects/$(find $HOME/projects/ -maxdepth 3 -type d -name \'.git\' | sed -e "s|$HOME/projects/||" -e \'s|/\.git||\' | sort | uniq | fzf || exit 0)"'
|
||||||
alias cdf='cd $(_cd_fzf)'
|
alias cdf='cd $(_cd_fzf)'
|
||||||
|
|
||||||
alias dot=chezmoi
|
alias dot=chezmoi
|
||||||
|
|||||||
4
private_dot_local/bin/executable_menu_main
Normal file
4
private_dot_local/bin/executable_menu_main
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
#!/usr/bin/foot fish
|
||||||
|
|
||||||
|
open "$(find $HOME/Music | fzf)" &
|
||||||
|
|
||||||
Reference in New Issue
Block a user