This commit is contained in:
fz0x1 2024-09-22 20:53:22 +02:00
parent 4bec6a7ce2
commit b0a10e28ac
11 changed files with 32 additions and 25 deletions

View file

@ -95,7 +95,7 @@ alias jvim='nvim ~/PKM/02\ -\ journal/$(date "+%Y-%m-%d").md'
alias vi='nvim'
alias v='nvim'
## string
alias gen8='LC_CTYPE=C tr -dc 'A-Za-z0-9' < /dev/urandom | head -c 8 | pbcopy'
alias gen8='LC_ALL=C tr -dc 'A-Za-z0-9' < /dev/urandom | head -c 8 | pbcopy'
## wttr.in
alias wr='curl wttr.in'
## python
@ -166,6 +166,12 @@ export TERM=tmux-256color
export VOLTA_HOME="$HOME/.volta"
export PATH="$VOLTA_HOME/bin:$PATH"
export DENO_INSTALL="$HOME/.deno"
export PATH="$DENO_INSTALL/bin:$PATH"
export CUSTOM_SCRIPTS="$HOME/scripts"
export PATH="$CUSTOM_SCRIPTS/bin:$PATH"
GPG_TTY=$(tty)
export GPG_TTY