dev-perso: remove unused password stuff
This commit is contained in:
Vendored
-14
@@ -23,10 +23,6 @@
|
|||||||
# - edit DRLIST below to include your own possible devroots
|
# - edit DRLIST below to include your own possible devroots
|
||||||
# (ie. where you have subfolders for your own projects)
|
# (ie. where you have subfolders for your own projects)
|
||||||
# or export DEVROOT before sourcing dev-perso.
|
# or export DEVROOT before sourcing dev-perso.
|
||||||
# - optionally edit PWLIST below to where you possibly have a
|
|
||||||
# PASSWDS/ folder with passwords stored as plain text.
|
|
||||||
# (not really a good idea though :) It's exported
|
|
||||||
# for use by project's .profile
|
|
||||||
# - optionally force EDITOR globally (for all projects)
|
# - optionally force EDITOR globally (for all projects)
|
||||||
# - for each project create a .profile in the subfolder,
|
# - for each project create a .profile in the subfolder,
|
||||||
# which might include commands like the following, but can remain empty.
|
# which might include commands like the following, but can remain empty.
|
||||||
@@ -38,9 +34,6 @@
|
|||||||
# # force CVSROOT for this project
|
# # force CVSROOT for this project
|
||||||
# export CVSROOT='...'
|
# export CVSROOT='...'
|
||||||
#
|
#
|
||||||
# # shortcut to display password file for this svn
|
|
||||||
# alias pass="cat $PASSWDS/myself.developer.berlios.de.pass"
|
|
||||||
#
|
|
||||||
# # change to the source tree
|
# # change to the source tree
|
||||||
# cd trunk
|
# cd trunk
|
||||||
# # ease use of cd
|
# # ease use of cd
|
||||||
@@ -61,13 +54,6 @@ if [ -z "$DEVROOT" ]; then
|
|||||||
fi
|
fi
|
||||||
export DEVROOT
|
export DEVROOT
|
||||||
|
|
||||||
# automagically find password files
|
|
||||||
PWLIST="/Data /fat32 $HOME"
|
|
||||||
for d in $PWLIST; do
|
|
||||||
test -d "$d/PASSWDS" && PASSWDS="$d/PASSWDS" && break;
|
|
||||||
done
|
|
||||||
export PASSWDS
|
|
||||||
|
|
||||||
# svn sometimes forgets about vi and wants me to use nano...
|
# svn sometimes forgets about vi and wants me to use nano...
|
||||||
#export EDITOR=vim
|
#export EDITOR=vim
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user