diff options
author | Luca Matei Pintilie <lucafulger@gmail.com> | 2023-01-24 20:24:25 +0000 |
---|---|---|
committer | Luca Matei Pintilie <lucafulger@gmail.com> | 2023-01-24 20:24:25 +0000 |
commit | ad15b3d418d1c40d31e66490d6136826166ed1e2 (patch) | |
tree | 4b54014e37a8ba58eee54ccb3330758fe7fe4113 /.profile | |
parent | 409ecbcd97fa363b052c51d8a6db4856a9075965 (diff) | |
download | dotfiles-ad15b3d418d1c40d31e66490d6136826166ed1e2.tar dotfiles-ad15b3d418d1c40d31e66490d6136826166ed1e2.tar.gz dotfiles-ad15b3d418d1c40d31e66490d6136826166ed1e2.tar.bz2 dotfiles-ad15b3d418d1c40d31e66490d6136826166ed1e2.tar.lz dotfiles-ad15b3d418d1c40d31e66490d6136826166ed1e2.tar.xz dotfiles-ad15b3d418d1c40d31e66490d6136826166ed1e2.tar.zst dotfiles-ad15b3d418d1c40d31e66490d6136826166ed1e2.zip |
Add dotnet tools to PATH
Diffstat (limited to '.profile')
-rw-r--r-- | .profile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -53,14 +53,16 @@ then QT_QPA_PLATFORM="wayland" XDG_CURRENT_DESKTOP="sway" XDG_SESSION_DESKTOP="sway" + XDG_SESSION_TYPE="wayland" export SDL_VIDEODRIVER export _JAVA_AWT_WM_NONREPARENTING export QT_QPA_PLATFORM export XDG_CURRENT_DESKTOP export XDG_SESSION_DESKTOP + export XDG_SESSION_TYPE fi -PATH="$HOME/go/bin:$DENO_INSTALL/bin:$BUN_INSTALL/bin:$HOME/.cargo/bin:$HOME/.local/bin:$HOME/.luarocks/bin:$PATH" +PATH="$HOME/go/bin:$DENO_INSTALL/bin:$BUN_INSTALL/bin:$HOME/.cargo/bin:$HOME/.local/bin:$HOME/.luarocks/bin:$HOME/.dotnet/tools:$PATH" export PATH |