feat: update files
This commit is contained in:
parent
6fa8cbeee2
commit
a2ce697b17
2 changed files with 6 additions and 16 deletions
|
@ -1,9 +1,9 @@
|
||||||
|
#!/bin/zsh
|
||||||
|
|
||||||
|
# Raine's .zshrc
|
||||||
|
|
||||||
export GPG_TTY=$(tty)
|
export GPG_TTY=$(tty)
|
||||||
|
export PATH="$PATH:$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin:$HOME/.local/bin"
|
||||||
# paths
|
|
||||||
export PATH="$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin:$PATH"
|
|
||||||
|
|
||||||
# ZSH
|
|
||||||
export ZSH="$HOME/.oh-my-zsh"
|
export ZSH="$HOME/.oh-my-zsh"
|
||||||
|
|
||||||
ZSH_THEME="afowler"
|
ZSH_THEME="afowler"
|
||||||
|
@ -12,7 +12,6 @@ source $ZSH/oh-my-zsh.sh
|
||||||
|
|
||||||
# ALIASES
|
# ALIASES
|
||||||
alias open="xdg-open"
|
alias open="xdg-open"
|
||||||
alias nobeep="sudo modprobe -r pcspkr"
|
|
||||||
alias s="title $HOST && cmatrix -rs && clear"
|
alias s="title $HOST && cmatrix -rs && clear"
|
||||||
alias q="exit"
|
alias q="exit"
|
||||||
|
|
||||||
|
@ -31,13 +30,3 @@ function share_cdn() {
|
||||||
scp $1 keymaker:/usr/share/cdn/random/$2 > /dev/null
|
scp $1 keymaker:/usr/share/cdn/random/$2 > /dev/null
|
||||||
echo "https://cdn.ixvd.net/random/${2:-$(basename $1)}"
|
echo "https://cdn.ixvd.net/random/${2:-$(basename $1)}"
|
||||||
}
|
}
|
||||||
|
|
||||||
export PATH="${PATH}:/home/${USER}/.local/bin"
|
|
||||||
|
|
||||||
# pnpm
|
|
||||||
export PNPM_HOME="/home/raine/.local/share/pnpm"
|
|
||||||
case ":$PATH:" in
|
|
||||||
*":$PNPM_HOME:"*) ;;
|
|
||||||
*) export PATH="$PNPM_HOME:$PATH" ;;
|
|
||||||
esac
|
|
||||||
# pnpm end
|
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
set number
|
set number
|
||||||
set relativenumber
|
set relativenumber
|
||||||
|
syntax on
|
||||||
|
|
Loading…
Reference in a new issue