routine update. using neomutt, whose dotfiles I will not be including in git due to personal information in them. also deleted an unused section in crawl config.

This commit is contained in:
Gabe Venberg 2018-07-24 20:35:53 -05:00
parent fba6b89347
commit 2eab908ef5
2 changed files with 1 additions and 19 deletions

View file

@ -5,25 +5,6 @@ view_max_width = 81
view_max_height = 71 view_max_height = 71
#the following section is from the base crawl settings, but it is not inculded by default. I am including it so I dont forget to turn it on on a new install. #the following section is from the base crawl settings, but it is not inculded by default. I am including it so I dont forget to turn it on on a new install.
# For players who are prone to leave labyrinths without picking up the
# loot, here is a way to avoid that: put the following snippet in your
# options file (init.txt or .crawlrc) and then macro the '<' key to
# ===safe_upstairs (do it in-game by pressing '~' or Ctrl-D).
{
function safe_upstairs()
if you.branch() == "Lab" then
crawl.formatted_mpr("Really leave this labyrinth?", "prompt")
local res = crawl.getch()
if string.lower(string.char(res)) == "y" then
crawl.sendkeys("<")
end
else
crawl.sendkeys("<")
end
end
}
###################################################################### ######################################################################
# Add the following to your options file to automatically pick up # Add the following to your options file to automatically pick up
# armour for non-body armour slots (gloves, boots, etc.), if you don't # armour for non-body armour slots (gloves, boots, etc.), if you don't

View file

@ -89,6 +89,7 @@ local LOCAL_ZSHRC=$HOME/.zshlocal/.zshrc # Allow the local machine to have
# Aliases # Aliases
alias vim="nvim" alias vim="nvim"
alias mutt="neomutt"
#alias -g ...='../..' #alias -g ...='../..'
#alias -g ....='../../..' #alias -g ....='../../..'