Skip to content

Instantly share code, notes, and snippets.

@soulim
Last active March 26, 2020 05:49
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 soulim/69ec2bc0eadff02f816f5fad0671cf79 to your computer and use it in GitHub Desktop.
Save soulim/69ec2bc0eadff02f816f5fad0671cf79 to your computer and use it in GitHub Desktop.
Dotfiles and etc
# ~/.config/fish/conf.d
set --export ASDF_CONFIG_FILE $HOME/.config/asdf/.asdfrc
set --export ASDF_DATA_DIR $HOME/.local/share/asdf
source /usr/local/opt/asdf/asdf.fish
brew 'fish'
brew 'asdf'
function fish_prompt --description 'Custom fish prompt'
echo -n -s (set_color $fish_color_cwd) (basename $PWD) (set_color $fish_color_normal) \
(set_color $fish_color_comment) (fish_git_prompt) (set_color $fish_color_normal) \
" ❯ "
end
# fish setup
set --universal fish_greeting
set --universal fish_user_paths $HOME/.local/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment