Added fzf command alias
This commit is contained in:
@ -18,6 +18,8 @@ alias odsb="ods && mvn clean package -DskipTests"
|
|||||||
alias odst="tmux attach -t ods || tmux new -s ods"
|
alias odst="tmux attach -t ods || tmux new -s ods"
|
||||||
alias lg="lazygit"
|
alias lg="lazygit"
|
||||||
alias ls="ls -G"
|
alias ls="ls -G"
|
||||||
|
alias sf='nvim $(fzf --preview="bat --color=always {}")'
|
||||||
|
alias sfm='nvim $(fzf -m --preview="bat --color=always {}")'
|
||||||
|
|
||||||
[ -f "/Users/D068796/.ghcup/env" ] && . "/Users/D068796/.ghcup/env" # ghcup-env
|
[ -f "/Users/D068796/.ghcup/env" ] && . "/Users/D068796/.ghcup/env" # ghcup-env
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user