Skip to content
Snippets Groups Projects
Commit fb680c8c authored by Recolic's avatar Recolic :house_with_garden:
Browse files

.add-example

parent cff1d472
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,10 @@ lc_init () { ...@@ -5,7 +5,10 @@ lc_init () {
} }
lc_fsmap $HOME/sh/mybin /usr/mybin
lc_startup () { lc_startup () {
} }
if test -d /usr/mybin
set -gx PATH /usr/mybin $PATH
end
set -gx EDITOR vim
# AMD GPU
set -gx PYTORCH_ROCM_ARCH gfx1032
set -gx HSA_OVERRIDE_GFX_VERSION 10.3.0
set -x DOTNET_SYSTEM_GLOBALIZATION_INVARIANT 1
# Bug fix: valgrind debuginfod error
set -x DEBUGINFOD_URLS "https://debuginfod.archlinux.org"
set -x G_SLICE always-malloc
function fish_command_not_found
# do nothing
echo Command not found 1>&2
end
if fish --version | grep ' 4' > /dev/null
bind ctrl-c cancel-commandline
end
host *
PubkeyAcceptedAlgorithms +ssh-rsa
hostkeyAlgorithms +ssh-rsa
StricthostKeyChecking no
#userKnownhostsFile=/dev/null
ServerAliveInterval 3
#LogLevel ERROR
" basic
set number
syntax on
filetype plugin indent on
set belloff=all
" tab settings
set tabstop=4
set shiftwidth=4
set expandtab
set mouse=
map - ddp
map + ddkP
map <C-d> daw
nnoremap <C-o> o<Esc>I
" Ctrl-F search
set hlsearch
map <C-f> viwyk/<C-r>"<CR>
set mouse=
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment