From 4d453d304daeb44b23735e72f1a02aa031c43d4d Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Tue, 27 Feb 2024 17:28:41 +0000 Subject: Adding cargo for Debian install --- bash_profile | 1 + bashrc | 1 + fish2024/fish_variables | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/bash_profile b/bash_profile index 55a6279..d1f4ccd 100644 --- a/bash_profile +++ b/bash_profile @@ -15,3 +15,4 @@ export PATH="/opt/pycharm-2021.3.3/bin:$PATH" # perlbrew source ~/perl5/perlbrew/etc/bashrc +. "$HOME/.cargo/env" diff --git a/bashrc b/bashrc index b36f479..b95c2d9 100644 --- a/bashrc +++ b/bashrc @@ -362,3 +362,4 @@ ytmp3-split-to-chapters() { if [ -z "$1" ]; then print "I need a valid YouTube URL.\n"; fi yt-dlp -f 'bestaudio' -x --audio-format mp3 --split-chapters -o '%(title)s.%(ext)s' "$1" && cd - || return } +. "$HOME/.cargo/env" diff --git a/fish2024/fish_variables b/fish2024/fish_variables index 4eb79ad..f53e6c0 100644 --- a/fish2024/fish_variables +++ b/fish2024/fish_variables @@ -40,4 +40,4 @@ SETUVAR fish_pager_color_selected_background:\x2d\x2dbackground\x3dbrblack SETUVAR fish_pager_color_selected_completion:\x1d SETUVAR fish_pager_color_selected_description:\x1d SETUVAR fish_pager_color_selected_prefix:\x1d -SETUVAR fish_user_paths:/home/lemon/go/bin\x1e/home/lemon/\x2elocal/bin +SETUVAR fish_user_paths:/home/lemon/\x2ecargo/bin\x1e/home/lemon/go/bin\x1e/home/lemon/\x2elocal/bin -- cgit v1.2.3