Searched refs:PS1 (Results 1 - 25 of 157) sorted by relevance

1234567

/macosx-10.10/bash-94.1.2/bash-3.2/examples/scripts.noah/
H A Dprompt.bash23 d) PS1='$(dirs) \$ ' ;;
24 n) PS1='\$ ' ;;
25 hsw) PS1='\h[$SHLVL]: \w \$ ' ;;
26 hw) PS1='\h: \w \$ ' ;;
27 sh) PS1='[$SHLVL] \h\$ ' ;;
28 sw) PS1='[$SHLVL] \w \$ ' ;;
29 uh) PS1='\u@\h\$ ' ;;
30 uhsHw) PS1='\u@\h[$SHLVL]:\#: \w \$ ' ;;
31 uhsw) PS1='\u@\h[$SHLVL]: \w \$ ' ;;
32 uhw) PS1
[all...]
/macosx-10.10/bash-94.1.2/bash-3.2/examples/startup-files/apple/
H A Dbash.defaults12 if [ -n "$PS1" ]; then
15 PS1='[\h:\w] \u\$ '
H A Drc42 if [ -n "${PS1}" ]; then interactive="YES"; fi
/macosx-10.10/postfix-255/postfix/mantools/
H A Denter30 export PS1; PS1="$1%${PS1- }"
/macosx-10.10/zsh-61/zsh/Functions/Prompts/
H A Dpromptinit51 local +h PS1=$PS1 PS2=$PS2 PS3=$PS3 PS4=$PS4 RPS1=$RPS1
88 local +h PS1=$PS1 PS2=$PS2 PS3=$PS3 PS4=$PS4 RPS1=$RPS1
185 local +h PS1=$PS1 PS2=$PS2 PS3=$PS3 PS4=$PS4 RPS1=$RPS1
196 print -P "${PS1}command arg1 arg2 ... argn"
/macosx-10.10/bash-94.1.2/bash-3.2/examples/scripts/
H A Dbcsh.sh157 # PS1 primary prompt
190 # the variable PS1 contains a dollar sign or a backquote, it is
193 # of PS1 consisting solely of "$" or "$ " are handled correctly. For
197 # PS1=\'echo "`pwd` "\'
201 # is assigned to PS1.
205 # PS1=\'echo "$cmdno "\'
362 # default prompts -- PS1 and PS2 may be SET but EMPTY, so '${PS1-% }' syntax
365 case "$PS1" in
367 PS1
[all...]
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/data/
H A Dbash_pre_rc.sh96 function PS1.set function
149 PS1="bash$ "
/macosx-10.10/vim-55/runtime/macros/
H A Dshellmenu.vim81 imenu Environ.PS1 ${PS1}
/macosx-10.10/vim-55/runtime/syntax/
H A Dpic.vim61 syn keyword picRegisterPart RBPU INTEDG T0CS T0SE PSA PS2 PS1 PS0
H A Dsh.vim246 syn keyword bashSpecialVariables contained BASH BASH_ENV BASH_VERSINFO BASH_VERSION CDPATH DIRSTACK EUID FCEDIT FIGNORE GLOBIGNORE GROUPS HISTCMD HISTCONTROL HISTFILE HISTFILESIZE HISTIGNORE HISTSIZE HOME HOSTFILE HOSTNAME HOSTTYPE IFS IGNOREEOF INPUTRC LANG LC_ALL LC_COLLATE LC_MESSAGES LINENO MACHTYPE MAIL MAILCHECK MAILPATH OLDPWD OPTARG OPTERR OPTIND OSTYPE PATH PIPESTATUS PPID PROMPT_COMMAND PS1 PS2 PS3 PS4 PWD RANDOM REPLY SECONDS SHELLOPTS SHLVL TIMEFORMAT TIMEOUT UID auto_resume histchars
254 syn keyword kshSpecialVariables contained CDPATH COLUMNS EDITOR ENV ERRNO FCEDIT FPATH HISTFILE HISTSIZE HOME IFS LINENO LINES MAIL MAILCHECK MAILPATH OLDPWD OPTARG OPTIND PATH PPID PS1 PS2 PS3 PS4 PWD RANDOM REPLY SECONDS SHELL TMOUT VISUAL
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/tests/
H A Dpty.sh75 export PS1=':test-!: ' PS2='> ' PS4=': ' ENV= EXINIT= HISTFILE= TERM=dumb VISUAL=vi LC_ALL=C
H A Dattributes.sh413 typeset -u PS1='hello --- '
415 [[ $HISTFILE == foo ]] || err_exit 'typeset -u PS1 affects HISTFILE'
H A Doptions.sh58 print $'PS1=""\nfunction env_hit\n{\n\tprint OK\n}' > $rc
435 export ENV= PS1="(:$$:)"
440 got=${got##*"$PS1"}
443 got=${got##*"$PS1"}
/macosx-10.10/xar-254/xar/
H A Dconfig.status124 PS1='$ '
/macosx-10.10/tcl-105/tcl_ext/tdom/tdom/extensions/tdomhtml/
H A Dconfigure98 PS1='$ '
2142 PS1='$ '
/macosx-10.10/cxxfilt-11/cxxfilt/etc/
H A Dconfigure34 PS1='$ '
1498 PS1='$ '
/macosx-10.10/tcl-105/tcl/tcl/tools/
H A Dconfigure34 PS1='$ '
1400 PS1='$ '
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/
H A Dconfigure34 PS1='$ '
1501 PS1='$ '
/macosx-10.10/vim-55/src/auto/
H A Dconfig.status123 PS1='$ '
/macosx-10.10/BerkeleyDB-21/db/mod_db4/
H A Dconfigure34 PS1='$ '
2248 PS1='$ '
/macosx-10.10/libedit-40/
H A Dconfig.status.gz
/macosx-10.10/tcl-105/tcl_ext/incrtcl/incrTcl/
H A Dconfigure98 PS1='$ '
2324 PS1='$ '
/macosx-10.10/tcl-105/tcl_ext/incrtcl/iwidgets/
H A Dconfigure98 PS1='$ '
2789 PS1='$ '
/macosx-10.10/ksh-23/ksh/src/cmd/INIT/
H A Dpackage.sh1466 '') PS1="($sys) " ;;
1467 *) PS1="($sys-$bit) " ;;
1480 $exec export PS1="$PS1"
/macosx-10.10/sudo-73/src/
H A Dconfig.status124 PS1='$ '

Completed in 376 milliseconds

1234567