|
|
|
@ -9,6 +9,9 @@ bindkey -v
|
|
|
|
|
# The following lines were added by compinstall
|
|
|
|
|
zstyle :compinstall filename '/home/aselimov/.zshrc'
|
|
|
|
|
|
|
|
|
|
export LS_COLORS='di=1;37:ln=35:so=32:pi=33:ex=1;32:bd=34;46:cd=34;43:su=30;41:sg=30;46:tw=30;42:ow=30;43'
|
|
|
|
|
alias ls="ls --classify --group-directories-first --color"
|
|
|
|
|
|
|
|
|
|
~/bin/daily_scripture.sh
|
|
|
|
|
autoload -Uz compinit
|
|
|
|
|
compinit
|
|
|
|
@ -52,4 +55,4 @@ export NVM_DIR="$HOME/.nvm"
|
|
|
|
|
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
|
|
|
|
|
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
|
|
|
|
|
|
|
|
|
|
[ -f "/home/aselimov/.ghcup/env" ] && . "/home/aselimov/.ghcup/env" # ghcup-env
|
|
|
|
|
[ -f "/home/aselimov/.ghcup/env" ] && . "/home/aselimov/.ghcup/env" # ghcup-env
|
|
|
|
|