diff options
-rw-r--r-- | Xresources_openbsd_x1 | 5 | ||||
-rw-r--r-- | fish/config.fish | 2 | ||||
-rw-r--r-- | fish/functions/t.fish | 3 | ||||
-rw-r--r-- | vim/vimrc | 1 |
4 files changed, 8 insertions, 3 deletions
diff --git a/Xresources_openbsd_x1 b/Xresources_openbsd_x1 index 1fe9287..62e7dcb 100644 --- a/Xresources_openbsd_x1 +++ b/Xresources_openbsd_x1 @@ -15,8 +15,9 @@ Xft.rgba : rgb !xterm*faceName: xft:monospace:pixelsize=15 !xterm*faceName : DejaVu Sans mono:size=10 !xterm*faceName : Hack-Regular:size=8 -!xterm*faceName : Terminus:size=10 -xterm*faceName : JetBrainsMono:size=9 +xterm*faceName : Terminus:size=10 +!xterm*faceName : JetBrainsMono:size=9 +!xterm*faceName : Monocraft:size=10 XTerm*backarrowKey : false XTerm.vt100.backarrowKey: false XTerm.ttyModes : erase ^? diff --git a/fish/config.fish b/fish/config.fish index ffe7355..29193c2 100644 --- a/fish/config.fish +++ b/fish/config.fish @@ -50,4 +50,4 @@ fzf_key_bindings set -gx GPG_TTY (tty) set -gx SSH_AUTH_SOCK (gpgconf --list-dirs agent-ssh-socket) gpgconf --launch gpg-agent -#. ~/perl5/perlbrew/etc/perlbrew.fish +. ~/perl5/perlbrew/etc/perlbrew.fish diff --git a/fish/functions/t.fish b/fish/functions/t.fish new file mode 100644 index 0000000..05d3d6c --- /dev/null +++ b/fish/functions/t.fish @@ -0,0 +1,3 @@ +function t --wraps=task --description 'alias t=task' + task $argv; +end @@ -149,6 +149,7 @@ Plug 'alok/notational-fzf-vim' Plug 'sheerun/vim-polyglot' "Plug 'neoclide/coc.nvim', {'branch': 'release'} Plug 'tpope/vim-commentary' +Plug 'godlygeek/tabular' Plug 'davidhalter/jedi' Plug 'tpope/vim-dispatch' Plug 'tpope/vim-fugitive' |