mirror of
https://forge.chapril.org/tykayn/workflow
synced 2025-10-09 17:02:47 +02:00
check already loaded variables, remove costly docker check in alias
This commit is contained in:
parent
67d5953c38
commit
4189bbaf8b
5 changed files with 128 additions and 110 deletions
|
@ -75,12 +75,6 @@ plugins=(git cp colored-man-pages colorize command-not-found composer symfony2 p
|
|||
source $ZSH/oh-my-zsh.sh
|
||||
|
||||
# User configuration
|
||||
if [ -f ~/Nextcloud/ressources/workflow_nextcloud/workflow_variables.sh ]; then
|
||||
. ~/Nextcloud/ressources/workflow_nextcloud/workflow_variables.sh
|
||||
else
|
||||
echo "/!\\ bashrc: fichier de variables workflow_nextcloud non trouvé:"
|
||||
echo "~/Nextcloud/ressources/workflow_nextcloud/workflow_variables.sh"
|
||||
fi
|
||||
|
||||
# export MANPATH="/usr/local/man:$MANPATH"
|
||||
|
||||
|
@ -106,9 +100,4 @@ if [[ -n $SSH_CONNECTION ]]; then
|
|||
# alias zshconfig="mate ~/.zshrc"
|
||||
# alias ohmyzsh="mate ~/.oh-my-zsh"
|
||||
|
||||
if [ "$debug" = true ]; then
|
||||
echo "chargement des aliases ~/.bash_aliases"
|
||||
fi
|
||||
|
||||
|
||||
source ~/.bash_aliases
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue