civilcode / dotfiles

A set of zsh, git and other dev tool configuration files.
Other
0 stars 0 forks source link

Make deamc alias bash compatible #23

Closed nicholasjhenry closed 5 years ago

nicholasjhenry commented 5 years ago

The alias deamc does not run on bash. Make sure all other aliases work on bash.

See #20

nicocharlery commented 5 years ago

Note: The main issue is that bash does not pass the double quotes within a string. In order to solve that, I pass separate blocks of strings for bash. After some fight, I gave up on having one function for both shells.