From 230053712d2c54742800254ebf7f748db1771c03 Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Sun, 11 Sep 2011 18:31:16 +0300 Subject: [PATCH] bash_aliases: Modified alias WeeChat to display correct locales for me on Finnish channels. alias weechat="LC_ALL=fi_FI.UTF_8 && export LC_ALL && weechat-curses" --- bash_aliases | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bash_aliases b/bash_aliases index d524d1b1..c1bfe97f 100644 --- a/bash_aliases +++ b/bash_aliases @@ -25,8 +25,8 @@ alias time="date" # If I run nautilus, I want it to open in folder where I am. alias nautilus="nautilus ./" -# Why I must write "weechat-curses" to start it? -alias weechat="weechat-curses" +# I want to see Ä and Ö and other charters when I use IRC on Finnish channels. +alias weechat="LC_ALL=fi_FI.UTF_8 && export LC_ALL && weechat-curses" #NMAP specific. All nmap things should be run as root, so it's probably best to copy these aliases to root's .bashrc. Things which don't run without root ask for sudo password. alias nmap-intense="nmap -T4 -A -v -PE -PS22,25,80 -PA21,23,80,3389 "