diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-09-26 09:22:49 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-09-26 09:22:49 +0100 |
commit | 09d6fbc9286d31a397e9241839744df100e070f2 (patch) | |
tree | 47c28088076564ae8c68f7d1cb499c3a19a8c054 | |
parent | 74d3e21ef18e349101db2eb48072ef7d3fecf001 (diff) | |
parent | ab5bd14df0e25020c2d74e2b9bff35a9d56248d6 (diff) |
Merge branch 'master' of github.com:yulqen/openbsddotfiles
-rw-r--r-- | fish/fish_variables | 2 | ||||
-rw-r--r-- | ledgerrc | 2 | ||||
-rw-r--r-- | mutt2022/signature | 2 | ||||
-rw-r--r-- | taskrc | 1 | ||||
-rw-r--r-- | tmux.conf | 2 | ||||
-rw-r--r-- | vim/vimrc | 1 |
6 files changed, 7 insertions, 3 deletions
diff --git a/fish/fish_variables b/fish/fish_variables index 238b081..301b1a5 100644 --- a/fish/fish_variables +++ b/fish/fish_variables @@ -4,6 +4,8 @@ SETUVAR --export EDITOR:/usr/local/bin/vim SETUVAR --export LEDGER_FILE:/home/lemon/Documents/Budget/ledger/hledger/budget\x2eledger SETUVAR PATH:/home/lemon/bin/adb\x2dfastboot/platform\x2dtools/\x1e/home/lemon/bin\x1e/home/lemon/scripts\x1e/home/lemon/\x2elocal/bin\x1e/home/lemon/\x2efzf/bin\x1e/home/lemon/bin\x1e/home/lemon/scripts\x1e/home/lemon/\x2elocal/bin\x1e/home/lemon/bin\x1e/usr/local/bin\x1e/usr/bin\x1e/bin\x1e/usr/local/games\x1e/usr/games SETUVAR --export TERMINAL:/usr/bin/xfce4\x2dterminal +SETUVAR --export TW_HOOK_REMIND_REMOTE_HOST:16693433\x2exyz +SETUVAR --export TW_HOOK_REMIND_REMOTE_USER:lemon SETUVAR --export _JAVA_OPTIONS:\x2dDswing\x2eaatext\x3dTRUE\x1e\x2dDawt\x2euseSystemAAFontSettings\x3don SETUVAR __fish_classic_git_prompt_initialized:\x1d SETUVAR __fish_init_2_39_8:\x1d @@ -1,3 +1,3 @@ --strict ---file ~/Documents/Budget/ledger/2022/budget2022.ldg +--file ~/Documents/Budget/ledger/2022/ledger_budget/budget.ldg --start-of-week=1 diff --git a/mutt2022/signature b/mutt2022/signature index ee5f74f..0b4207a 100644 --- a/mutt2022/signature +++ b/mutt2022/signature @@ -1 +1 @@ -- Matthew +Matthew @@ -311,3 +311,4 @@ report.ml_deleted_last_month.filter=end.after:today-30day status:deleted regex=on news.version=2.6.0 +context=home @@ -166,7 +166,7 @@ set -g status-right-length 100 setw -g mode-keys vi # battery information in status bar -set status-interval 40 +set -g status-interval 40 set -g status-right "#[fg=colour155]#(apm -l)%% | #[fg=colour45]%d %b %R" # @@ -143,6 +143,7 @@ autocmd BufLeave * call s:copy_filename_as_mdlink() " vim-plug call plug#begin('~/.vim/plugged') Plug 'morhetz/gruvbox' +Plug 'ledger/vim-ledger' "Plug 'prabirshrestha/vim-lsp' Plug 'ledger/vim-ledger' Plug 'alok/notational-fzf-vim' |