Skip to content

Bash Things

Manish Sahani edited this page Jun 22, 2021 · 1 revision

Aliasing

c       # Copy the stream from the pipe into the clipboard
f       # Fuzzy file finding using Fzf preview (Screenshot Below)
g       # Alised to `git`
k       # Alised to `kubectl`
l       # Alised to `ls -lF --color` 
p       # Alised to `python`
r       # Shell built-in command
t       # Alias to `tmux`
v       # Fuzzy file finding using Fzf preview and Open in Vim

Fzf Preview

f_preview

Clone this wiki locally