Fix application script to actually work

This commit is contained in:
Andrew R. M 2019-12-15 17:37:37 -05:00
parent 41a6e59d27
commit d9d8bcb5f6

View File

@ -1,12 +1,11 @@
#!/usr/bin/env nix-shell #!/usr/bin/env nix-shell
#! nix-shell -p stow #! nix-shell -p stow -i bash
stow bash stow bash
stow sh stow sh
stow .inputrc # Readline configuration stow readline
stow vim stow vim
stow .vimrc
stow ruby stow ruby
stow python stow python