mirror of
https://github.com/Melon-Bread/gnu-slash-dot-files
synced 2024-11-24 16:28:23 -05:00
More prezto migration
This commit is contained in:
parent
b2a5b4d025
commit
416f29264a
31
.zprezto/runcoms/zshrc
Normal file
31
.zprezto/runcoms/zshrc
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
#
|
||||||
|
# Executes commands at the start of an interactive session.
|
||||||
|
#
|
||||||
|
# Authors:
|
||||||
|
# Sorin Ionescu <sorin.ionescu@gmail.com>
|
||||||
|
#
|
||||||
|
|
||||||
|
# Source Prezto.
|
||||||
|
if [[ -s "${ZDOTDIR:-$HOME}/.zprezto/init.zsh" ]]; then
|
||||||
|
source "${ZDOTDIR:-$HOME}/.zprezto/init.zsh"
|
||||||
|
fi
|
||||||
|
|
||||||
|
# Customize to your needs...
|
||||||
|
alias zshconfig="nvim ~/.zshrc"
|
||||||
|
alias vim=nvim
|
||||||
|
alias ls=lsd
|
||||||
|
|
||||||
|
export DEVKITPRO=/opt/devkitpro
|
||||||
|
export DEVKITA64=/opt/devkitpro/devkitA64
|
||||||
|
export DEVKITARM=/opt/devkitpro/devkitARM
|
||||||
|
export DEVKITPPC=/opt/devkitpro/devkitPPC
|
||||||
|
|
||||||
|
export npm_config_prefix=~/.node_modules
|
||||||
|
|
||||||
|
export PATH="$PATH:$HOME/go/bin"
|
||||||
|
export PATH="$PATH:$HOME/.bin/"
|
||||||
|
export PATH="$PATH:$HOME/.local/bin"
|
||||||
|
export PATH="$HOME/.node_modules/bin:$PATH"
|
||||||
|
export IDF_PATH="~/Documents/esp-idf-v3.1-odroid"
|
||||||
|
export PATH="$PATH:$HOME/Documents/xtensa-esp32-elf/bin:$HOME/Documents/xtensa-esp32-elf/bin"
|
||||||
|
neofetch
|
Loading…
Reference in New Issue
Block a user