diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-02-06 14:43:39 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-02-06 14:43:39 +0900 |
| commit | b3f4001e6a842d02a55b0ee926a3413f799988c7 (patch) | |
| tree | 08a7804ac3b9347deec0a4bf19668ff6cd73e28b /ar/.config/shell | |
| parent | 46c49814a3c7fe93bd10109bbf48cdf19f239796 (diff) | |
modified lf/lfrc, modified shell/profile
Diffstat (limited to 'ar/.config/shell')
| -rw-r--r-- | ar/.config/shell/profile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ar/.config/shell/profile b/ar/.config/shell/profile index 90c3675..8bd1f32 100644 --- a/ar/.config/shell/profile +++ b/ar/.config/shell/profile @@ -186,11 +186,11 @@ export PASSWORD_STORE_ENABLE_EXTENSIONS="true" # export BASH_COMPLETION_USER_DIR=$XDG_DATA_HOME/bash-completion/completions ### --- PHP --- ### -export PHP_HISTFILE="$XDG_STATE_HOME/history/php_history" +export PHP_HISTFILE="$XDG_DATA_HOME/history/php_history" ### --- POSTGRESQL --- ### export PSQLRC="$XDG_CONFIG_HOME/pg/psqlrc" -export PSQL_HISTORY="$XDG_STATE_HOME/history/psql_history" +export PSQL_HISTORY="$XDG_DATA_HOME/history/psql_history" export PGPASSFILE="$XDG_CONFIG_HOME/pg/pgpass" export PGSERVICEFILE="$XDG_CONFIG_HOME/pg/pg_service.conf" |
