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.
This commit is contained in:
parent
52d284f59d
commit
0009ba2d71
1 changed files with 0 additions and 7 deletions
|
@ -181,11 +181,6 @@ abbr --add tism MIX_ENV=test iex -S mix
|
||||||
abbr --add mdg mix deps.get
|
abbr --add mdg mix deps.get
|
||||||
abbr --add mdu mix deps.update
|
abbr --add mdu mix deps.update
|
||||||
abbr --add mdup mix docker.up
|
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
|
# GPG
|
||||||
abbr --add gpged gpg --edit-key wpcarro@gmail.com
|
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 sc stack clean
|
||||||
abbr --add st stack test
|
abbr --add st stack test
|
||||||
abbr --add haddocks open (stack path --local-doc-root)/index.html
|
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
|
# Kubernetes
|
||||||
abbr --add kc kubectl
|
abbr --add kc kubectl
|
||||||
|
|
Loading…
Reference in a new issue