fix(shell): there seems to be a random dash in the fp command
This commit is contained in:
parent
29618280a1
commit
2b6097dc9e
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ alias fe="vim \"\$(FZF_DEFAULT_COMMAND=\"fd -t f\" fzf --preview-window=top:70%
|
||||||
# cd in to a porject directory
|
# cd in to a porject directory
|
||||||
#
|
#
|
||||||
fp() {
|
fp() {
|
||||||
cd ~/Code/src/$(cd ~/Code/src && FZF_DEFAULT_COMMAND="fd -t d --exact-depth 3" fzf --preview-window=top:70% --preview 'bat --style=numbers ---color=always {}/README.md')
|
cd ~/Code/src/$(cd ~/Code/src && FZF_DEFAULT_COMMAND="fd -t d --exact-depth 3" fzf --preview-window=top:70% --preview 'bat --style=numbers --color=always {}/README.md')
|
||||||
}
|
}
|
||||||
#
|
#
|
||||||
# Searching the git history with diff and show preview support. When selecting a
|
# Searching the git history with diff and show preview support. When selecting a
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue