Skip to content

Commit

Permalink
latest changes (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
kucera-lukas committed May 8, 2023
1 parent 71b91fe commit 9705593
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions home/dot_bash_profile
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ fi
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi

# Created by `pipx` on 2023-02-11 22:15:36
export PATH="$PATH:/home/lkucera/.local/bin"
3 changes: 3 additions & 0 deletions home/dot_bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@ if [ -d ~/.bashrc.d ]; then
fi

unset rc

# Created by `pipx` on 2023-02-11 22:15:36
export PATH="$PATH:/home/lkucera/.local/bin"
3 changes: 3 additions & 0 deletions home/dot_config/private_fish/functions/upall.fish
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ function upall --description "update everything"
echo "updating pipx applications..."
pipx upgrade-all

echo "updating rust toolchains and rustup..."
rustup update

echo "updating cargo executables..."
cargo install-update -a
end

0 comments on commit 9705593

Please sign in to comment.