mirror of
https://github.com/Mastermindzh/dotfiles.git
synced 2025-08-13 12:47:21 +02:00
finally added shares command + minor config tweaks (e.g enpass on main display instead of #12)
This commit is contained in:
@@ -17,6 +17,7 @@ source ~/.alias
|
||||
source ~/.custom
|
||||
source ~/.variables
|
||||
sourceIfExists ~/lib/azure-cli/az.completion
|
||||
eval "$(thefuck --alias)"
|
||||
|
||||
# evals
|
||||
eval "$(pyenv init -)"
|
||||
@@ -29,7 +30,7 @@ export NVM_DIR="$HOME/.nvm"
|
||||
PS1='[\u@\h \W]\$ '
|
||||
|
||||
if [[ $TERM != linux && ! $PROMPT_COMMAND =~ _update_ps1 ]]; then
|
||||
PROMPT_COMMAND="_update_ps1; $PROMPT_COMMAND"
|
||||
PROMPT_COMMAND="_update_ps1; $PROMPT_COMMAND"
|
||||
fi
|
||||
|
||||
export PATH=$PATH:/home/mastermindzh/bin
|
||||
|
Reference in New Issue
Block a user