diff options
| author | 2021-05-06 12:21:38 -0400 | |
|---|---|---|
| committer | 2021-05-06 12:21:38 -0400 | |
| commit | 1466b36fb22fd5dda93093a9a7efcbe9aab5403a (patch) | |
| tree | e9411d4e58374efebf29b9e02b7c103f8b0d7457 /dot_config/private_fish | |
| parent | remove stale zshrc symlink (diff) | |
add two new fish plugins
Diffstat (limited to '')
| -rw-r--r-- | dot_config/private_fish/plug/dropbear.fish | 3 | ||||
| -rw-r--r-- | dot_config/private_fish/plug/rg.fish | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/dot_config/private_fish/plug/dropbear.fish b/dot_config/private_fish/plug/dropbear.fish new file mode 100644 index 0000000..8e8563b --- /dev/null +++ b/dot_config/private_fish/plug/dropbear.fish @@ -0,0 +1,3 @@ +type -qf dbclient || exit +alias dsh dbclient +alias odsh 'dsh -yy' diff --git a/dot_config/private_fish/plug/rg.fish b/dot_config/private_fish/plug/rg.fish new file mode 100644 index 0000000..1cbb866 --- /dev/null +++ b/dot_config/private_fish/plug/rg.fish @@ -0,0 +1,4 @@ +type -qf rg || exit +if test -f ~/.config/ripgrep.conf + set -gx RIPGREP_CONFIG_PATH ~/.config/ripgrep.conf +end |
