productivity hacks for programmers - 8 useful settings for your .inputrc and .bashrc for productivity
5.0(3)
32 learners
What you'll learn
This course includes
2.5 hours of video
Certificate of completion
Access on mobile and TV
Summary
Full Transcript
#productivity #terminal
- For .bashrc
set -o vi
stty -ixon
export EDITOR=/usr/bin/vim
bind -f ~/.inputrc
shopt -s autocd
shopt -s direxpand
- For .inputrc
set show-all-if-ambiguous on
set completion-ignore-case on
# enable partial history search
"\e[A": history-search-backward
"\e[B": history-search-forward
- Productivity Playlist: https://www.youtube.com/watch?v=Ht-8GjiR0lE&list=PLrU0uga7kmr2ywGELmt_Jn2i59b15qgGd
Continue this lesson in the app
Install CourseHive on Android or iOS to keep learning while you move.