Skip to content

Instantly share code, notes, and snippets.

@mrpehlivan
Last active July 2, 2021 14:48
Show Gist options
  • Save mrpehlivan/fd5ab51ccc1662e2cd51748f674a3c0b to your computer and use it in GitHub Desktop.
Save mrpehlivan/fd5ab51ccc1662e2cd51748f674a3c0b to your computer and use it in GitHub Desktop.
set -Ux LSCOLORS gxfxcxdxbxegedabagacad
# gst
function gst --description 'Do a git status'
command git status
end
# dev
function dev
cd /Users/pehlivan.arif/development
end
if status is-interactive
# Commands to run in interactive sessions can go here
end
# java
set -gx JAVA_HOME (/usr/libexec/java_home)
fish_add_path /opt/homebrew/bin
# path
set PATH /usr/local/bin /usr/local/sbin $JAVA_HOME/bin $PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment