diff --git a/.bash_profile b/.bash_profile index 917cea4..2670910 100755 --- a/.bash_profile +++ b/.bash_profile @@ -23,7 +23,7 @@ export HISTCONTROL='ignoreboth:erasedups' export LANG='en_US.UTF-8' export LESS='-iRM' export LESSHISTFILE='-' -export LYNX_CFG='~/.lynx/lynx.cfg' +export LYNX_CFG='~/.config/lynx/lynx.cfg' export TERM='xterm-256color' export TZ='Europe/Oslo' @@ -41,7 +41,6 @@ alias cyg-update='cygstart /e/Install/Cygwin/setup-x86_64.exe -qng' alias npp='cygstart /d/bin/Notepad++/notepad++.exe' alias sublime='cygstart /d/bin/Sublime/sublime_text.exe' alias sudo='gsudo' # github.com/gerardog/gsudo -alias bb='ssh -t tty.sdf.org bboard' # Aliases alias cd..='cd ..' diff --git a/.config/mc/ini b/.config/mc/ini index e5d32b7..5f9ac81 100755 --- a/.config/mc/ini +++ b/.config/mc/ini @@ -111,7 +111,7 @@ timeformat_recent=%b %e %H:%M timeformat_old=%b %e %Y ftp_proxy_host=gate ftpfs_password=anonymous@ -display_codepage=ASCII +display_codepage=UTF-8 source_codepage=Other_8_bit autodetect_codeset= clipboard_store= diff --git a/.inputrc b/.inputrc index 7b84ccc..dc28c06 100755 --- a/.inputrc +++ b/.inputrc @@ -23,9 +23,6 @@ set completion-ignore-case on "\e[A": history-search-backward # ArrowUp "\e[B": history-search-forward # ArrowDown -#"\33\33[A": "cd ..\n" # Alt-UpArrow for 'cd ..' -#"\33\33[B": "cd -\n" # Alt-ArrowDown for previous dir - "\e[1;3A": "cd ..\n" # Alt-UpArrow for 'cd ..' "\e[1;3B": "cd -\n" # Alt-ArrowDown for previous dir diff --git a/.irssi/config b/.irssi/config index f3323f7..daf4eea 100755 --- a/.irssi/config +++ b/.irssi/config @@ -1,9 +1,5 @@ settings = { - core = { - real_name = "Stian"; - user_name = "Pathduck"; - nick = "pathduck"; - }; + core = { real_name = "Stian"; user_name = "stian"; nick = "stian"; }; "fe-text" = { actlist_sort = "refnum"; }; "fe-common/core" = { max_command_history = "100"; @@ -14,72 +10,6 @@ settings = { keyboard = ( { key = "^R"; id = "command"; data = "history_search"; } ); servers = ( - { address = "irc.dal.net"; chatnet = "DALnet"; port = "6667"; }, - { - address = "ssl.efnet.org"; - chatnet = "EFNet"; - port = "9999"; - use_tls = "yes"; - tls_verify = "no"; - }, - { - address = "irc.esper.net"; - chatnet = "EsperNet"; - port = "6697"; - use_tls = "yes"; - tls_verify = "yes"; - }, - { - address = "irc.libera.chat"; - chatnet = "liberachat"; - port = "6697"; - use_tls = "yes"; - tls_verify = "yes"; - }, - { - address = "irc.gamesurge.net"; - chatnet = "GameSurge"; - port = "6667"; - }, - { - address = "ssl.ircnet.ovh"; - chatnet = "IRCnet"; - port = "6697"; - use_tls = "yes"; - tls_verify = "yes"; - }, - { address = "open.ircnet.net"; chatnet = "IRCnet"; port = "6667"; }, - { - address = "irc.ircsource.net"; - chatnet = "IRCSource"; - port = "6667"; - }, - { address = "irc.netfuze.net"; chatnet = "NetFuze"; port = "6667"; }, - { - address = "irc.oftc.net"; - chatnet = "OFTC"; - port = "6697"; - use_tls = "yes"; - tls_verify = "yes"; - }, - { - address = "irc.quakenet.org"; - chatnet = "QuakeNet"; - port = "6667"; - }, - { - address = "irc.rizon.net"; - chatnet = "Rizon"; - port = "6697"; - use_tls = "yes"; - tls_verify = "yes"; - }, - { address = "silc.silcnet.org"; chatnet = "SILC"; port = "706"; }, - { - address = "irc.undernet.org"; - chatnet = "Undernet"; - port = "6667"; - }, { address = "irc.sdf.org"; chatnet = "SDF"; @@ -90,77 +20,7 @@ servers = ( } ); -chatnets = { - DALnet = { - type = "IRC"; - max_kicks = "4"; - max_msgs = "20"; - max_whois = "30"; - }; - EFNet = { - type = "IRC"; - max_kicks = "1"; - max_msgs = "4"; - max_whois = "1"; - }; - EsperNet = { - type = "IRC"; - max_kicks = "1"; - max_msgs = "4"; - max_whois = "1"; - }; - liberachat = { - type = "IRC"; - max_kicks = "1"; - max_msgs = "4"; - max_whois = "1"; - }; - GameSurge = { - type = "IRC"; - max_kicks = "1"; - max_msgs = "1"; - max_whois = "1"; - }; - IRCnet = { - type = "IRC"; - max_kicks = "1"; - max_msgs = "1"; - max_whois = "1"; - }; - IRCSource = { - type = "IRC"; - max_kicks = "1"; - max_msgs = "4"; - max_whois = "1"; - }; - NetFuze = { - type = "IRC"; - max_kicks = "1"; - max_msgs = "1"; - max_whois = "1"; - }; - OFTC = { type = "IRC"; max_kicks = "1"; max_msgs = "1"; max_whois = "1"; }; - QuakeNet = { - type = "IRC"; - max_kicks = "1"; - max_msgs = "1"; - max_whois = "1"; - }; - Rizon = { - type = "IRC"; - max_kicks = "1"; - max_msgs = "1"; - max_whois = "1"; - }; - SILC = { type = "SILC"; }; - Undernet = { - type = "IRC"; - max_kicks = "1"; - max_msgs = "1"; - max_whois = "1"; - }; - SDF = { type = "IRC"; nick = "stian"; }; -}; +chatnets = { SDF = { type = "IRC"; nick = "stian"; }; }; channels = ( { name = "#lobby"; chatnet = "EsperNet"; autojoin = "No"; }