Shell Aliases
These aliases are defined in conf.d/tricks.fish via alias (which creates Fish functions). They are active in all interactive sessions.
| Abbreviation | Description |
|---|---|
.. |
cd .. |
... |
cd ../.. |
.... |
cd ../../.. |
..... |
cd ../../../.. |
...... |
cd ../../../../.. |
dir |
dir –color=auto |
vdir |
vdir –color=auto |
grep |
grep –color=auto |
fgrep |
fgrep –color=auto |
egrep |
egrep –color=auto |
cp |
cp -i |
mv |
mv -i |
tarnow |
tar -acf |
untar |
tar -zxvf |
tb |
nc termbin.com 9999 |
jctl |
journalctl -p 3 -xb |