summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2022-09-26 09:22:49 +0100
committerMatthew Lemon <matt@matthewlemon.com>2022-09-26 09:22:49 +0100
commit09d6fbc9286d31a397e9241839744df100e070f2 (patch)
tree47c28088076564ae8c68f7d1cb499c3a19a8c054
parent74d3e21ef18e349101db2eb48072ef7d3fecf001 (diff)
parentab5bd14df0e25020c2d74e2b9bff35a9d56248d6 (diff)
Merge branch 'master' of github.com:yulqen/openbsddotfiles
-rw-r--r--fish/fish_variables2
-rw-r--r--ledgerrc2
-rw-r--r--mutt2022/signature2
-rw-r--r--taskrc1
-rw-r--r--tmux.conf2
-rw-r--r--vim/vimrc1
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
diff --git a/ledgerrc b/ledgerrc
index 67ea573..ca97c3b 100644
--- a/ledgerrc
+++ b/ledgerrc
@@ -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
diff --git a/taskrc b/taskrc
index 755d1ae..405f895 100644
--- a/taskrc
+++ b/taskrc
@@ -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
diff --git a/tmux.conf b/tmux.conf
index 7e4b3a2..c46cc46 100644
--- a/tmux.conf
+++ b/tmux.conf
@@ -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"
#
diff --git a/vim/vimrc b/vim/vimrc
index 32299c8..55450dc 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -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'