From 82543950fb2839b94402b4bffa234e6a764dc8f4 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Sat, 20 Mar 2021 20:36:55 +0700 Subject: Start learning Zig and Hare --- debian/.profile | 3 ++- dev/.config/htop/htoprc | 2 +- vim/.vim/vimrc | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/.profile b/debian/.profile index f58b1fa..8c9ecbd 100644 --- a/debian/.profile +++ b/debian/.profile @@ -9,8 +9,9 @@ #umask 022 export GOPATH="$HOME/.local/share/go" -export PATH="$HOME/.local/bin:$GOPATH/bin:$HOME/.cargo/bin:$HOME/.luarocks/bin:$PATH" +export PATH="$HOME/.local/bin:$GOPATH/bin:$HOME/.cargo/bin:$HOME/.luarocks/bin:$HOME/.zig:$PATH" export MANPATH="$HOME/.local/share/man:$MANPATH" +export HAREPATH="$HOME/Salsa/lang/hare" export RUST_SRC_PATH="$(rustc --print sysroot)/lib/rustlib/src/rust/src" export XMODIFIERS=@im=ibus export QT_IM_MODULE=ibus diff --git a/dev/.config/htop/htoprc b/dev/.config/htop/htoprc index 0a481c9..44afee9 100644 --- a/dev/.config/htop/htoprc +++ b/dev/.config/htop/htoprc @@ -2,7 +2,7 @@ # The parser is also very primitive, and not human-friendly. fields=0 48 17 18 38 39 40 2 46 47 49 1 sort_key=47 -sort_direction=1 +sort_direction=-1 tree_sort_key=0 tree_sort_direction=1 hide_kernel_threads=1 diff --git a/vim/.vim/vimrc b/vim/.vim/vimrc index 08a07a2..dbec673 100755 --- a/vim/.vim/vimrc +++ b/vim/.vim/vimrc @@ -55,6 +55,7 @@ Plug 'https://github.com/kovisoft/slimv', {'for': 'lisp'} Plug 'https://github.com/anntzer/vim-cython', {'for': 'cython'} Plug 'https://github.com/racer-rust/vim-racer', {'for': 'rust'} Plug 'https://github.com/rhysd/rust-doc.vim', {'for': 'rust'} +Plug 'https://git.sr.ht/~sircmpwn/hare.vim', {'for': 'hare'} call plug#end() set t_Co=256 -- cgit 1.4.1