Compare commits

..

No commits in common. "b91036d6aedc5593dca6df44acb8de6e45366e75" and "6b12dfb4dc853aaabbe34fc7bd65058898d56c87" have entirely different histories.

3 changed files with 7 additions and 3 deletions

View File

@ -37,7 +37,6 @@ set -x CXX /usr/bin/clang++
set PATH /opt/texlive/2019/bin/x86_64-linux/ /bin /usr/bin /usr/local/bin /usr/local/sbin /usr/sbin /sbin set PATH /opt/texlive/2019/bin/x86_64-linux/ /bin /usr/bin /usr/local/bin /usr/local/sbin /usr/sbin /sbin
set PATH $PATH /home/coolneng/.local/bin set PATH $PATH /home/coolneng/.local/bin
set PATH $PATH /home/coolneng/.scripts set PATH $PATH /home/coolneng/.scripts
set PATH $PATH /home/coolneng/Projects/Go/bin
# fff # fff
## Directory color [0-9] ## Directory color [0-9]
@ -48,3 +47,8 @@ set -x FFF_FAV1 /home/coolneng/Sync/Documents/Uni
set -x FFF_FAV2 /home/coolneng/Sync/Documents/Papers set -x FFF_FAV2 /home/coolneng/Sync/Documents/Papers
set -x FFF_FAV3 /home/coolneng/Sync/Documents/Books/Academic/ set -x FFF_FAV3 /home/coolneng/Sync/Documents/Books/Academic/
set -x FFF_FAV4 /home/coolneng/Sync/Documents/Education/ set -x FFF_FAV4 /home/coolneng/Sync/Documents/Education/
# Gnome Keyring
if test -n "$DESKTOP_SESSION"
set (gnome-keyring-daemon --start | string split "=")
end

View File

@ -18,7 +18,7 @@ bind index,pager gg noop
bind index,pager g noop bind index,pager g noop
bind index gg first-entry bind index gg first-entry
unmailboxes * unmailboxes *
mailboxes =junk =Inbox =trash =sent mailboxes =gmail =------------------- =junk =Inbox =trash =sent
macro index,pager gi "<change-folder>=Inbox<enter>" "Go to inbox." macro index,pager gi "<change-folder>=Inbox<enter>" "Go to inbox."
macro index,pager gs "<change-folder>=sent<enter>" "Go to sent." macro index,pager gs "<change-folder>=sent<enter>" "Go to sent."
macro index,pager gt "<change-folder>=trash<enter>" "Go to trash." macro index,pager gt "<change-folder>=trash<enter>" "Go to trash."

View File

@ -17,7 +17,7 @@ bind index,pager gg noop
bind index,pager g noop bind index,pager g noop
bind index gg first-entry bind index gg first-entry
unmailboxes * unmailboxes *
mailboxes =INBOX =trash =sent =archive mailboxes =uni =------------------- =INBOX =trash =sent =archive
macro index,pager gi "<change-folder>=INBOX<enter>" "Go to inbox." macro index,pager gi "<change-folder>=INBOX<enter>" "Go to inbox."
macro index,pager gs "<change-folder>=sent<enter>" "Go to sent." macro index,pager gs "<change-folder>=sent<enter>" "Go to sent."
macro index,pager gt "<change-folder>=trash<enter>" "Go to trash." macro index,pager gt "<change-folder>=trash<enter>" "Go to trash."