1
0
mirror of https://github.com/drewcassidy/dotfiles synced 2024-09-01 18:24:06 +00:00

Add things

This commit is contained in:
Andrew Cassidy 2018-01-18 10:11:41 -08:00
parent 15f5f75a46
commit 4ebc3fd1c9
No known key found for this signature in database
GPG Key ID: 963017B38FD477A1
2 changed files with 10 additions and 5 deletions

View File

@ -25,14 +25,13 @@
'prefix': 'image'
'body': """
{% include figure-image.html
src="$1"
alt="$2" %}
src="$1"
alt="$2" %}
"""
'.source.gfm':
'Image Gallery':
'prefix': 'gallery'
'body': """
{% include figure-gallery.html
src="$1"
alt="$2" %}
src="$1"
alt="$2" %}
"""

View File

@ -2,6 +2,12 @@
set FISH_PATH "$HOME/.config/fish"
set FLINE_PATH "$FISH_PATH/fishline"
set -gx PATH /usr/local/opt/curl/bin $PATH
set -gx PATH /usr/local/opt/openssl/bin $PATH
set -gx PATH ~/Library/Python/2.7/bin $PATH
set -gx PKG_CONFIG_PATH /usr/local/opt/openssl/lib/pkgconfig $PKG_CONFIG_PATH
# setup FishLine
source $FLINE_PATH/init.fish
source $FISH_PATH/fishline_colors.fish