Skip to content

Instantly share code, notes, and snippets.

@Maximus5
Created May 19, 2014 06:16
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Maximus5/8ebaf9a7c7134d928148 to your computer and use it in GitHub Desktop.
Save Maximus5/8ebaf9a7c7134d928148 to your computer and use it in GitHub Desktop.
Run irssi in ConEmu task contents (supposing it's installation path is "C:\irssi")
"SET PATH=C:\irssi\bin;%PATH%" & SET PERL5LIB=lib/perl5/5.8 & SET TERMINFO_DIRS=terminfo & irssi.exe -cur_console:d:"C:\irssi"
@matsdahlin
Copy link

Works great, thanks for sharing!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment