Source
Cool games!
Config changes
.zshrc
bindkey -v
bindkey '^R' history-search-incremental-backwards
.config/aliasrc
- aliased
hist
tofc -li 100
- aliased
fc
tofc -li
- aliased
rm
toecho 'Use /bin/rm'
TEMPORARILY - aliased
d
totrash
- aliased
dl
totrash-list
Tips and tricks
<C-z>
send a program to the background (“minimize”)fg
to resume
history trick:
!?search-term
- reruns last command containingsearch-term
follow system logs:
tail -f /path/to/logfile
journalctl -fu service
Helpful links
- Git Pro - Scott Chachon, Ben Straub
- EmbeddedInventor - Command Line is Actually PRETTY EASY..!!
- Linux Sysadmin Basics (youtube)
- Sysadmin Links 1 - tutorialLinux
- Enable reverse search in zsh
- Show date and time in history zsh
- Why aliasing rm is not good practice
EOF