Added fzf and history grep alias
authorLukas Krickl <lukas@krickl.dev>
Mon, 19 May 2025 05:55:07 +0000 (07:55 +0200)
committerLukas Krickl <lukas@krickl.dev>
Mon, 19 May 2025 05:55:07 +0000 (07:55 +0200)
alias.zsh

index 0618be005b25c4ecf34affc63ee580738941ba58..4efef0cab4af22bbe9e5185259d38467e6e9e19b 100644 (file)
--- a/alias.zsh
+++ b/alias.zsh
@@ -26,3 +26,5 @@ alias zel='zellij'
 
 alias ssh='TERM=xterm-256color ssh'
 
+alias f="fzf | xargs nvim"
+alias hg="history | grep"