File tree 19 files changed +0
-37
lines changed
19 files changed +0
-37
lines changed Original file line number Diff line number Diff line change 1
- #! /bin/bash
2
1
# shellcheck disable=SC2034
3
2
4
3
# Colors
Original file line number Diff line number Diff line change 1
- #! /bin/bash
2
-
3
1
export SF_PATH=~ /.shell-fns
4
2
export SF_PLUGINS_PATH=$SF_PATH /plugins
5
3
export SF_WARNS=()
Original file line number Diff line number Diff line change 1
- #! /bin/bash
2
-
3
1
if ! is_bin_in_path gh; then
4
2
SF_WARNS+=(" [gh plugin]: $( __sf_missing_binary_message ' gh' ) " )
5
3
return
Original file line number Diff line number Diff line change 1
- #! /bin/bash
2
-
3
1
if ! is_bin_in_path gh; then
4
2
SF_WARNS+=(" [gh_gist plugin]: $( __sf_missing_binary_message ' gh' ) " )
5
3
return
Original file line number Diff line number Diff line change 1
- #! /bin/bash
2
-
3
1
if ! is_bin_in_path gh; then
4
2
SF_WARNS+=(" [gh_issue plugin]: $( __sf_missing_binary_message ' gh' ) " )
5
3
return
Original file line number Diff line number Diff line change 1
- #! /bin/bash
2
-
3
1
if ! is_bin_in_path gh; then
4
2
SF_WARNS+=(" [gh_issue plugin]: $( __sf_missing_binary_message ' gh' ) " )
5
3
return
Original file line number Diff line number Diff line change 1
- #! /bin/bash
2
-
3
1
if ! is_bin_in_path gh; then
4
2
SF_WARNS+=(" [gh_issue plugin]: $( __sf_missing_binary_message ' gh' ) " )
5
3
return
Original file line number Diff line number Diff line change 1
- #! /bin/bash
2
-
3
1
if ! is_bin_in_path gh; then
4
2
SF_WARNS+=(" [gh_issue plugin]: $( __sf_missing_binary_message ' gh' ) " )
5
3
return
Original file line number Diff line number Diff line change 1
- #! /bin/bash
2
-
3
1
#
4
2
# FUNCTIONS
5
3
#
Original file line number Diff line number Diff line change 1
- #! /bin/bash
2
-
3
1
if ! is_bin_in_path nvim; then
4
2
SF_WARNS+=(" [neovim plugin]: $( __sf_missing_binary_message ' nvim' ) " )
5
3
return
Original file line number Diff line number Diff line change 1
- #! /bin/bash
2
-
3
1
if ! is_bin_in_path node; then
4
2
SF_WARNS+=(" [npm plugin]: $( __sf_missing_binary_message ' nodejs' ) " )
5
3
return
Original file line number Diff line number Diff line change 1
- #! /bin/bash
2
-
3
1
if ! is_bin_in_path nvm; then
4
2
SF_WARNS+=(" [nvm plugin]: $( __sf_missing_binary_message ' nvm' ) " )
5
3
return
Original file line number Diff line number Diff line change 1
- #! /bin/bash
2
-
3
1
if ! is_bin_in_path nvm; then
4
2
SF_WARNS+=(" [nvm_win plugin]: $( __sf_missing_binary_message ' nvm' ) " )
5
3
return
Original file line number Diff line number Diff line change 1
- #! /bin/bash
2
-
3
1
if ! is_bin_in_path python; then
4
2
SF_WARNS+=(" [pip plugin]: $( __sf_missing_binary_message ' python' ) " )
5
3
return
Original file line number Diff line number Diff line change 1
- #! /bin/bash
2
-
3
1
if ! is_bin_in_path pnpm; then
4
2
SF_WARNS+=(" [pnpm plugin]: $( __sf_missing_binary_message ' pnpm' ) " )
5
3
return
Original file line number Diff line number Diff line change 1
- #! /bin/bash
2
-
3
1
if ! is_bin_in_path scoop; then
4
2
SF_WARNS+=(" [scoop plugin]: $( __sf_missing_binary_message ' scoop' ) " )
5
3
return
Original file line number Diff line number Diff line change 1
- #! /bin/bash
2
-
3
1
if ! is_bin_in_path node; then
4
2
SF_WARNS+=(" [vitejs plugin]: $( __sf_missing_binary_message ' nodejs' ) " )
5
3
return
Original file line number Diff line number Diff line change 1
- #! /bin/bash
2
-
3
1
if ! is_bin_in_path wezterm; then
4
2
SF_WARNS+=(" [wezterm plugin]: $( __sf_missing_binary_message ' wezterm' ) " )
5
3
return
Original file line number Diff line number Diff line change 1
- #! /bin/bash
2
-
3
1
# shellcheck source=colors.sh
4
2
source " $SF_PATH " /colors.sh
5
3
You can’t perform that action at this time.
0 commit comments