Added alias for my notes
This commit is contained in:
@@ -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'
|
alias mempigs='ps aux | awk '\''{print $6/1024 " MB\t\t" $11 " " $12}'\'' | sort -n | tail -10'
|
||||||
|
|
||||||
# Edit files with vim/fzf
|
# Edit files with vim/fzf
|
||||||
alias vfz='vim "`fzf`"'
|
|
||||||
alias vimf='vim "`fzf`"'
|
alias vimf='vim "`fzf`"'
|
||||||
|
|
||||||
# CD with the help of fzf
|
# CD with the help of fzf
|
||||||
@@ -51,3 +50,6 @@ alias catf='cat "`fzf`"'
|
|||||||
|
|
||||||
# GLOW
|
# GLOW
|
||||||
alias glowf='glow "`fzf`"'
|
alias glowf='glow "`fzf`"'
|
||||||
|
|
||||||
|
# Shortcut to my MarkdownNotes
|
||||||
|
alias notes='cd ~/Sync/MarkdownNotes && vimf'
|
||||||
|
|||||||
Reference in New Issue
Block a user