Skip to content

Instantly share code, notes, and snippets.

@OmriSama
Last active November 21, 2018 17:38
Show Gist options
  • Save OmriSama/ee30a961a1a0343d2f1d6867384195fd to your computer and use it in GitHub Desktop.
Save OmriSama/ee30a961a1a0343d2f1d6867384195fd to your computer and use it in GitHub Desktop.
Fish Configuration
set fish_greeting ""
set -Ux fish_user_paths $HOME/.rbenv/bin $fish_user_paths
status --is-interactive; and source (rbenv init -|psub)
alias fconfig="code ~/.config/fish/"
alias i3config="code ~/.config/i3/"
function savealias
echo "alias" $argv >> ~/.config/fish/config.fish
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment