Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Bash Alternatives

Bash Alternatives

Alex Palcuie

October 09, 2014
Tweet

More Decks by Alex Palcuie

Other Decks in Programming

Transcript

  1. Moving between dirs cut -f2 -d";" | ~/.zsh_history | 


    cut -d' ' -f1 | 
 sort | 
 uniq -c | 
 sort -nr | 
 head -n 30
  2. Demo filesystem features • cd completion • type folders as

    commands • … • git completion • path expansion • path replacement
  3. Other features • ahead of typing intelligence in Fish with

    colors for good or bad commands • completion for everything • right prompt and themes • shared history between sessions
  4. ZSH specific • suffix aliases and type files as commands

    • spelling correction • extended globbing and modifiers • oh-my-zsh vs zprezto • mv ~/.bashrc ~/.zshrc