Fixed run_once scripts
This commit is contained in:
parent
59eda340ab
commit
08ef33cf50
2 changed files with 5 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
#!{{ lookPath "bash" }}
|
||||
|
||||
# Install micro plugins
|
||||
if [ ! -d ~/.config/micro ]; then
|
||||
if type -q micro; then
|
||||
if command -v micro &>/dev/null
|
||||
#micro -plugin install comment
|
||||
micro -plugin install fish
|
||||
micro -plugin install fzf
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
#!{{ lookPath "fish" }}
|
||||
|
||||
type fisher &>/dev/null || curl -sL https://git.io/fisher | source && fisher install jorgebucarana/fisher
|
||||
fisher install danhper/fish-ssh-agent
|
||||
fisher install decors/fish-colored-man
|
||||
|
|
Loading…
Reference in a new issue