Added support for mutt urlscan.
This commit is contained in:
3
.bashrc
3
.bashrc
@ -62,6 +62,9 @@ color_my_prompt
|
||||
# Start from home folder
|
||||
cd ~/
|
||||
|
||||
# Ensure browser environment variable set
|
||||
export BROWSER="explorer.exe"
|
||||
|
||||
# Configure ssh-agent
|
||||
if [ -z "$(pgrep ssh-agent)" ]; then
|
||||
rm -rf /tmp/ssh-*
|
||||
|
||||
@ -289,7 +289,7 @@ This guide will walk through setting up [[https://en.wikipedia.org/wiki/Windows_
|
||||
|
||||
#+NAME: Install mutt
|
||||
#+BEGIN_SRC shell
|
||||
sudo apt-get install mutt
|
||||
sudo apt-get install mutt urlscan
|
||||
#+END_SRC
|
||||
|
||||
After installing mutt we then need to create configuration directories
|
||||
|
||||
Reference in New Issue
Block a user