Terminal Emulator
2025-01-08
Ctrl-Shift (
- Split terminal right
Konsole profiles and bookmarks are located here:
~/.local/share/konsole
Use dotfiles to store Konsole config.
Create new profile:
Menu > Settings > Manage Profiles
, then New
Configure profile. See Profiles for examples.
Add alias for new profile to .bash_aliases
:
alias [the-profile-name]="konsole --profile [the-profile-name]&"
Example:
alias docserver = "konsole --profile docserver&"
Review, then test:
alias | grep [the-profile-name]
[the-alias-name]
MkDocs - docs-pub
General:
Tabs:
Appearance:
Â