Skip to content

Instantly share code, notes, and snippets.

@Maximus5
Created May 19, 2014 06:16
Show Gist options
  • Select an option

  • Save Maximus5/8ebaf9a7c7134d928148 to your computer and use it in GitHub Desktop.

Select an option

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
Copy Markdown

Works great, thanks for sharing!

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