Add cargo to path

This commit is contained in:
Devon Tingley 2022-03-31 10:30:51 -04:00
parent 9f85ab5481
commit 3e0de91836
3 changed files with 4 additions and 1 deletions

View file

@ -1,6 +1,8 @@
set -x CHROME_EXECUTABLE /usr/bin/chromium set -x CHROME_EXECUTABLE /usr/bin/chromium
set -x EDITOR /usr/bin/nvim set -x EDITOR /usr/bin/nvim
fish_add_path ~/.cargo/bin
if [ $hostname = "Arcadia-III" ] if [ $hostname = "Arcadia-III" ]
set -x GDK_SCALE 2 set -x GDK_SCALE 2
set -x GDK_DPI_SCALE 0.5 set -x GDK_DPI_SCALE 0.5

View file

@ -29,3 +29,4 @@ SETUVAR fish_pager_color_completion:normal
SETUVAR fish_pager_color_description:B3A06D\x1eyellow SETUVAR fish_pager_color_description:B3A06D\x1eyellow
SETUVAR fish_pager_color_prefix:normal\x1e\x2d\x2dbold\x1e\x2d\x2dunderline SETUVAR fish_pager_color_prefix:normal\x1e\x2d\x2dbold\x1e\x2d\x2dunderline
SETUVAR fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan SETUVAR fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan
SETUVAR fish_user_paths:/home/digyx/\x2ecargo/bin

View file

@ -53,7 +53,7 @@ nmap <leader>h <Plug>(coc-hover)
command Imports call CocActionAsync('organizeImport') command Imports call CocActionAsync('organizeImport')
command GitDiff call CocActionAsync('runCommand', 'git.chunkInfo') command GitDiff call CocActionAsync('runCommand', 'git.chunkInfo')
command GitUndo call CocActionASync('runCommand', 'git.chunkUndo') command GitUndo call CocActionAsync('runCommand', 'git.chunkUndo')
command GitShow call CocActionAsync('runCommand', 'git.showCommit') command GitShow call CocActionAsync('runCommand', 'git.showCommit')
" Language Specific Settings " Language Specific Settings