diff options
author | William Carroll <wpcarro@gmail.com> | 2020-02-06T22·18+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-02-07T11·01+0000 |
commit | 0009ba2d71dbf80f95495af5f8498f6dbba866ce (patch) | |
tree | 10954218e8b1984e81b92158429b5d85c66eba71 | |
parent | 52d284f59d711a31efba97ca192b60a7be9bfbdb (diff) |
Drop support for dkish
dkish was an idea to quickly create REPLs for all sorts of languages like Haskell, Elixir, Clojure. I haven't used these, and if I started wanting these with my newfound comfort with Nix, I think I'd reach for that instead.
-rw-r--r-- | configs/shared/.config/fish/config.fish | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/configs/shared/.config/fish/config.fish b/configs/shared/.config/fish/config.fish index 84528d60cedb..522aa6845194 100644 --- a/configs/shared/.config/fish/config.fish +++ b/configs/shared/.config/fish/config.fish @@ -181,11 +181,6 @@ abbr --add tism MIX_ENV=test iex -S mix abbr --add mdg mix deps.get abbr --add mdu mix deps.update abbr --add mdup mix docker.up -# TODO: Support `repl_ex` and company as Nix-built programs. -abbr --add repl_ex dkish elixir iex - -# Clojure -abbr --add cljsh dkish clojure lein repl # GPG abbr --add gpged gpg --edit-key wpcarro@gmail.com @@ -245,8 +240,6 @@ abbr --add se stack exec -- abbr --add sc stack clean abbr --add st stack test abbr --add haddocks open (stack path --local-doc-root)/index.html -# TODO: Remove `dkish` in favor of a Nix-built solution. -abbr --add hksh 'dkish haskell ghci' # Kubernetes abbr --add kc kubectl |