Skip to content

Instantly share code, notes, and snippets.

@kurai021
Created May 27, 2017 18:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kurai021/5179d4eb9a75661e4fdda53bc99e9bd6 to your computer and use it in GitHub Desktop.
Save kurai021/5179d4eb9a75661e4fdda53bc99e9bd6 to your computer and use it in GitHub Desktop.
set -x PROJECTS $HOME/Documents/Projects $PROJECTS
set -gx LSCOLORS gxfxcxdxbxegedabagacad
set -gx CLICOLOR 1
set -gx TERM xterm-256color
function ls --description 'List contents of directory'
command ls -lhFG $argv
end
rvm default
screenfetch -E
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment