feat: add alias to filter with fzf through tldr

This commit is contained in:
Stefan Imhoff
2023-01-12 18:52:56 +01:00
parent dfe92527ee
commit cb75834229
2 changed files with 6 additions and 0 deletions

View File

@@ -145,6 +145,9 @@ alias ta 'tmux attach'
# Bat
alias cat 'bat'
# TLDR
alias tldrf 'tldr --list --single-column | fzf --preview "tldr --color=always {1}" --preview-window=right,70% | xargs tldr'
# Dotfiles Folder
alias dotfiles 'cd ~/.dotfiles'