This commit is contained in:
2019-01-31 01:07:23 -05:00
parent e5456c8f52
commit eb726a13c9
6 changed files with 56 additions and 42 deletions

View File

@@ -28,7 +28,7 @@ set -U spv_dir "/home/kevin/coding/spotify-lib-vis"
source $spv_dir/src/api-keys.sh
# set -U PATH /usr/local/sbin /usr/local/bin /usr/bin /usr/bin/site_perl /usr/bin/vendor_perl /usr/bin/core_perl /home/kevin/linux-config/scripts
set -x PATH $PATH /home/kevin/linux-config/scripts
set -x PATH $PATH /home/kevin/linux-config/scripts (ruby -e 'print Gem.user_dir')/bin
set -x PASSWORD_STORE_CLIP_TIME 120
# fxn abbr's

View File

@@ -1,4 +1,4 @@
function vsnp
set snips_dir "/home/kevin/.vim/plugged/vim-snippets/UltiSnips"
echo $EDITOR $snips_dir/$argv[1]
$EDITOR $snips_dir/$argv[1].snippets
end