From 3e0de9183652b44beefd8d6e7dc1f3f90495bd1b Mon Sep 17 00:00:00 2001 From: Devon Tingley Date: Thu, 31 Mar 2022 10:30:51 -0400 Subject: [PATCH] Add cargo to path --- dotfiles/fish/config.fish | 2 ++ dotfiles/fish/fish_variables | 1 + dotfiles/nvim/init.vim | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/dotfiles/fish/config.fish b/dotfiles/fish/config.fish index f81e26a..4c1281a 100644 --- a/dotfiles/fish/config.fish +++ b/dotfiles/fish/config.fish @@ -1,6 +1,8 @@ set -x CHROME_EXECUTABLE /usr/bin/chromium set -x EDITOR /usr/bin/nvim +fish_add_path ~/.cargo/bin + if [ $hostname = "Arcadia-III" ] set -x GDK_SCALE 2 set -x GDK_DPI_SCALE 0.5 diff --git a/dotfiles/fish/fish_variables b/dotfiles/fish/fish_variables index c76e98a..456f549 100644 --- a/dotfiles/fish/fish_variables +++ b/dotfiles/fish/fish_variables @@ -29,3 +29,4 @@ SETUVAR fish_pager_color_completion:normal SETUVAR fish_pager_color_description:B3A06D\x1eyellow SETUVAR fish_pager_color_prefix:normal\x1e\x2d\x2dbold\x1e\x2d\x2dunderline SETUVAR fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan +SETUVAR fish_user_paths:/home/digyx/\x2ecargo/bin diff --git a/dotfiles/nvim/init.vim b/dotfiles/nvim/init.vim index 44b8a06..3f74e8b 100644 --- a/dotfiles/nvim/init.vim +++ b/dotfiles/nvim/init.vim @@ -53,7 +53,7 @@ nmap h (coc-hover) command Imports call CocActionAsync('organizeImport') 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') " Language Specific Settings