Add working directory to PROMPT.
This commit is contained in:
parent
9165c1da81
commit
b44be81794
@ -4,14 +4,14 @@
|
|||||||
# Copyright 2022-2023 Jake Winters
|
# Copyright 2022-2023 Jake Winters
|
||||||
# SPDX-License-Identifier: BSD-3-Clause-Clear
|
# SPDX-License-Identifier: BSD-3-Clause-Clear
|
||||||
|
|
||||||
# Version: 7.0.0.14
|
# Version: 7.1.0.15
|
||||||
|
|
||||||
|
|
||||||
# Temporary export variables until permanent solution is found
|
# Temporary export variables until permanent solution is found
|
||||||
export LD_PRELOAD="/usr/local/lib/libhardened_malloc.so"
|
export LD_PRELOAD="/usr/local/lib/libhardened_malloc.so"
|
||||||
|
|
||||||
# Prompt
|
# Prompt
|
||||||
PROMPT=%n@%M:%#" "
|
PROMPT="%n@%M - %~ : %# "
|
||||||
|
|
||||||
# Options
|
# Options
|
||||||
setopt extendedglob KSH_ARRAYS nomatch
|
setopt extendedglob KSH_ARRAYS nomatch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user