Remove job-rs things, make zsh-general-dev file
This commit is contained in:
@@ -16,22 +16,18 @@ alias tms='tmux-sessionizer'
|
||||
alias ls='ls -F'
|
||||
alias youtube-dl='youtube-dl --write-info-json'
|
||||
|
||||
# git stuff
|
||||
alias gfo='git fetch origin'
|
||||
alias gpo='git pull origin'
|
||||
alias gfpo='git fetch origin; git pull origin'
|
||||
|
||||
# misc commands
|
||||
alias pdt='ping -c 4 drinkingtea.net'
|
||||
alias ppw='ping -c 4 pinewoods.xyz'
|
||||
alias weather='curl wttr.in'
|
||||
alias shrug='echo "¯\\_(ツ)_/¯"'
|
||||
alias journal="cd $DIR_HOME_BOX; $EDITOR .current-journal"
|
||||
|
||||
# source extensions and system-specific files
|
||||
[[ -e "$HOME/.profile" ]] && source "$HOME/.profile" # TODO: do i want to source .profile?
|
||||
[[ -a "$ZDOTDIR/zsh-general-dev" ]] && source "$ZDOTDIR/zsh-general-dev"
|
||||
[[ -a "$ZDOTDIR/zsh-life-system" ]] && source "$ZDOTDIR/zsh-life-system"
|
||||
[[ -a "$ZDOTDIR/zsh-job-rs" ]] && source "$ZDOTDIR/zsh-job-rs"
|
||||
|
||||
# TODO: refactor the below; simplify or at least move elsewhere
|
||||
alias lintjs='npx prettier --write'
|
||||
export DEVKITARM=/opt/devkitpro/devkitARM
|
||||
. /opt/homebrew/opt/asdf/libexec/asdf.sh # TODO: ensure not duplicated asdf logic
|
||||
|
Reference in New Issue
Block a user