Skip to content

Instantly share code, notes, and snippets.

@lsd
lsd / maybe-useful-shell-zsh-aliases.md
Created November 25, 2015 01:13
a place to throw zsh/shell aliases - complete .shell_aliases and other dotfiles should be in a public github repo though

Long/interesting command you'd like bookmarked for later? append 'BK' to save it to the $bookmarks file. Add this to ie .zshrc

bookmarks='~/bookmarks.cmdline.sh'
alias -g BK='>> $bookmarks && wc -l $bookmarks'

Usage

  • echo NotInteresting BK