Added alias for my notes

This commit is contained in:
2024-02-25 18:29:26 -05:00
parent 61eb65e77d
commit 50409e6cf9

View File

@@ -33,7 +33,6 @@ alias extip='curl -s -4 icanhazip.com'
alias mempigs='ps aux | awk '\''{print $6/1024 " MB\t\t" $11 " " $12}'\'' | sort -n | tail -10'
# Edit files with vim/fzf
alias vfz='vim "`fzf`"'
alias vimf='vim "`fzf`"'
# CD with the help of fzf
@@ -51,3 +50,6 @@ alias catf='cat "`fzf`"'
# GLOW
alias glowf='glow "`fzf`"'
# Shortcut to my MarkdownNotes
alias notes='cd ~/Sync/MarkdownNotes && vimf'