Compare commits

..

No commits in common. "659f466ea072044c3a492605449f0b7c1fff3efb" and "8b83057e5953a606a5c12e22537b0a4ab115cbcb" have entirely different histories.

2 changed files with 3 additions and 2 deletions

View file

@ -81,7 +81,7 @@ unset _flatpak_xdg_path
# Basic exports. # Basic exports.
export HISTFILE="" export HISTFILE=""
export PS1="$(id -un)@$(hostname | sed 's/\..*//')\$ " export PS1="$(id -un)@$(hostname -s)\$ "
export TIME_STYLE=long-iso # Used by GNU 'ls'. export TIME_STYLE=long-iso # Used by GNU 'ls'.
# Bash-specific settings that will not work in other Bourne-compatible shells. # Bash-specific settings that will not work in other Bourne-compatible shells.

View file

@ -1,7 +1,8 @@
[Desktop Entry] [Desktop Entry]
Name=Microsoft PowerShell Name=Microsoft PowerShell
TryExec=/home/acp/.dotnet/tools/pwsh TryExec=/home/acp/.dotnet/tools/pwsh
Exec=gnome-terminal --profile=PowerShell Exec=/home/acp/.dotnet/tools/pwsh
Type=Application Type=Application
Icon=pwsh Icon=pwsh
Terminal=true
StartupNotify=true StartupNotify=true