diff --git a/crawl/.crawlrc b/crawl/.crawlrc index 9573520..a5cc4bd 100644 --- a/crawl/.crawlrc +++ b/crawl/.crawlrc @@ -5,25 +5,6 @@ view_max_width = 81 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. - # 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 # armour for non-body armour slots (gloves, boots, etc.), if you don't diff --git a/zsh/.zshrc b/zsh/.zshrc index 4589bdd..c2e56f6 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -89,6 +89,7 @@ local LOCAL_ZSHRC=$HOME/.zshlocal/.zshrc # Allow the local machine to have # Aliases alias vim="nvim" + alias mutt="neomutt" #alias -g ...='../..' #alias -g ....='../../..'