Compare commits
No commits in common. "659f466ea072044c3a492605449f0b7c1fff3efb" and "8b83057e5953a606a5c12e22537b0a4ab115cbcb" have entirely different histories.
659f466ea0
...
8b83057e59
2 changed files with 3 additions and 2 deletions
|
@ -81,7 +81,7 @@ unset _flatpak_xdg_path
|
|||
|
||||
# Basic exports.
|
||||
export HISTFILE=""
|
||||
export PS1="$(id -un)@$(hostname | sed 's/\..*//')\$ "
|
||||
export PS1="$(id -un)@$(hostname -s)\$ "
|
||||
export TIME_STYLE=long-iso # Used by GNU 'ls'.
|
||||
|
||||
# Bash-specific settings that will not work in other Bourne-compatible shells.
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
[Desktop Entry]
|
||||
Name=Microsoft PowerShell
|
||||
TryExec=/home/acp/.dotnet/tools/pwsh
|
||||
Exec=gnome-terminal --profile=PowerShell
|
||||
Exec=/home/acp/.dotnet/tools/pwsh
|
||||
Type=Application
|
||||
Icon=pwsh
|
||||
Terminal=true
|
||||
StartupNotify=true
|
||||
|
|
Loading…
Reference in a new issue