diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-19 23:47:31 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-19 23:47:31 +0200 |
commit | db529c041be53fde670050404645575c176e6b5f (patch) | |
tree | 4db91524d4308cc273040b372910b7ddbb3a05eb | |
parent | Update (diff) | |
download | dotfiles-bsd-db529c041be53fde670050404645575c176e6b5f.tar.gz dotfiles-bsd-db529c041be53fde670050404645575c176e6b5f.tar.bz2 dotfiles-bsd-db529c041be53fde670050404645575c176e6b5f.tar.xz dotfiles-bsd-db529c041be53fde670050404645575c176e6b5f.tar.zst dotfiles-bsd-db529c041be53fde670050404645575c176e6b5f.zip |
Update
-rw-r--r-- | .config/emacs/org/config.org | 1 | ||||
-rw-r--r-- | .config/mutt/muttrc | 1 | ||||
-rw-r--r-- | .config/zsh/alias.zsh | 3 | ||||
-rw-r--r-- | .ssh/config | 6 |
4 files changed, 7 insertions, 4 deletions
diff --git a/.config/emacs/org/config.org b/.config/emacs/org/config.org index d884fd2..e9896f4 100644 --- a/.config/emacs/org/config.org +++ b/.config/emacs/org/config.org @@ -200,6 +200,7 @@ (add-to-list 'auto-mode-alist '("env$" . shell-script-mode)) (add-to-list 'auto-mode-alist '("lfrc$" . vimrc-mode)) (add-to-list 'auto-mode-alist '("muttrc$" . mutt-mode)) + (add-to-list 'auto-mode-alist '("loader.conf$" . conf-mode)) #+END_SRC ** Core packages diff --git a/.config/mutt/muttrc b/.config/mutt/muttrc index f1541c1..db61864 100644 --- a/.config/mutt/muttrc +++ b/.config/mutt/muttrc @@ -3,4 +3,5 @@ source /home/jozan/.config/mutt/defaults.muttrc source /home/jozan/.config/mutt/accounts/1-bousset.rudy@gmail.com.muttrc # mw-autogenerated macro index,pager i1 '<sync-mailbox><enter-command>source /home/jozan/.config/mutt/accounts/1-bousset.rudy@gmail.com.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to bousset.rudy@gmail.com" # mw-autogenerated macro index,pager i2 '<sync-mailbox><enter-command>source /home/jozan/.config/mutt/accounts/2-olsen.oyvind.nor@gmail.com.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to olsen.oyvind.nor@gmail.com" # mw-autogenerated +macro index,pager i3 '<sync-mailbox><enter-command>source /home/jozan/.config/mutt/accounts/3-towerofsilence777@gmail.com.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to towerofsilence777@gmail.com" # mw-autogenerated macro index,pager i5 '<sync-mailbox><enter-command>source /home/jozan/.config/mutt/accounts/5-rbousset@secuserve.com.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to rbousset@secuserve.com" # mw-autogenerated diff --git a/.config/zsh/alias.zsh b/.config/zsh/alias.zsh index ccdc623..80ef0cf 100644 --- a/.config/zsh/alias.zsh +++ b/.config/zsh/alias.zsh @@ -44,7 +44,6 @@ alias \ rsync='rsync -v -h -P' \ grep='grep --color=always' \ rgrep='grep -R -n -H' \ - vifm='TERM=xterm-256color vifm' \ fsl='fossil' \ diff='colordiff' \ ctags='uctags "--exclude=.ccls*"' \ @@ -139,7 +138,7 @@ twi() { } alias nb='newsboat' \ mutt='neomutt' \ - sxiv='sxiv -b -a' \ + sxiv='nsxiv -b -a' \ pinfo='pkg info -x' \ psearch='pkg search' \ pinstall='doas pkg install' \ diff --git a/.ssh/config b/.ssh/config index 73daea5..d71d525 100644 --- a/.ssh/config +++ b/.ssh/config @@ -1,2 +1,4 @@ -Host * - User root
\ No newline at end of file +Host * !gentoo-pc + User root +Host gentoo-pc + User jozan |