mirror of
https://mau.dev/andreijiroh-dev/dotfiles.git
synced 2025-05-15 18:13:08 +00:00
feat(deno): autoload deno CLI to path, alongside some changes to .profile
Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.xyz>
This commit is contained in:
parent
056170d4f9
commit
abc65fb8d4
2 changed files with 28 additions and 2 deletions
4
.config/bash/tools/deno.bashrc
Normal file
4
.config/bash/tools/deno.bashrc
Normal file
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
export DENO_INSTALL="$HOME/.deno"
|
||||
[ -d "$DENO_INSTALL/bin" ] && export PATH="$DENO_INSTALL/bin:$PATH"
|
Loading…
Add table
Add a link
Reference in a new issue