diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-09-26 01:58:52 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-09-26 01:58:52 +0100 |
commit | ab5bd14df0e25020c2d74e2b9bff35a9d56248d6 (patch) | |
tree | 60f01c26025c2d96cff42ad34b818988962dafd2 | |
parent | 12307efeffe41f728786dccd434dc758e97681db (diff) |
some changes and fixes
-rw-r--r-- | fish/fish_variables | 4 | ||||
-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, 8 insertions, 4 deletions
diff --git a/fish/fish_variables b/fish/fish_variables index b307dd0..301b1a5 100644 --- a/fish/fish_variables +++ b/fish/fish_variables @@ -1,9 +1,11 @@ # This file contains fish universal variable definitions. # VERSION: 3.0 SETUVAR --export EDITOR:/usr/local/bin/vim -SETUVAR --export LEDGER_FILE:/home/lemon/ledger/hledger\x2eledger +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 'alok/notational-fzf-vim' Plug 'sheerun/vim-polyglot' |