Skip to content

Instantly share code, notes, and snippets.

@ohjann
Created June 2, 2015 20:23
Show Gist options
  • Save ohjann/8cb0646ab7c8ad0c878b to your computer and use it in GitHub Desktop.
Save ohjann/8cb0646ab7c8ad0c878b to your computer and use it in GitHub Desktop.
# Path to your oh-my-fish.
set fish_path $HOME/.oh-my-fish
# Editor
set -x EDITOR "vim"
# Theme
set fish_theme matt
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-fish/plugins/*)
# Custom plugins may be added to ~/.oh-my-fish/custom/plugins/
# Example format: set fish_plugins autojump bundler
set fish_plugins autojump brew bundler extract gi node python rbenv rvm tmux vi-mode
# Path to your custom folder (default path is $FISH/custom)
#set fish_custom $HOME/dotfiles/oh-my-fish
# Load oh-my-fish configuration.
. $fish_path/oh-my-fish.fish
# Path
set PATH $HOME/.cabal/bin $PATH # Cabal
set PATH $HOME/Library/Haskell/bin $PATH # Haskell
alias lipsum="wget -q -O- http://lipsum.com/feed/html | tidy -q -numeric -asxhtml --show-warnings no - | xmlstarlet sel -N xhtml='http://www.w3.org/1999/xhtml' -t --copy-of \"//xhtml:div[@id='lipsum']/*/text()\" -n -b - | xclip -selection clipboard"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment