mirror of
https://github.com/drewcassidy/dotfiles
synced 2024-09-01 18:24:06 +00:00
Add things
This commit is contained in:
parent
15f5f75a46
commit
4ebc3fd1c9
@ -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" %}
|
||||
"""
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user