diff options
| author | Spacedio <spacedio@thernusen.net> | 2026-02-28 11:47:11 -0500 |
|---|---|---|
| committer | Spacedio <spacedio@thernusen.net> | 2026-02-28 11:47:11 -0500 |
| commit | 559cc182a5c359679b9b8bb56c12cb946e090d29 (patch) | |
| tree | 0da92ebe3227cf2c60d4dfabebe2ab6a997dc6a2 /bashrc | |
| parent | 611326e7bc8dcbdc51de1e267e903608fb7d1c68 (diff) | |
| download | dotfiles-559cc182a5c359679b9b8bb56c12cb946e090d29.tar.gz | |
Added Lightdm Mini Greeter config. Also light modifications to .bashrc.
Diffstat (limited to 'bashrc')
| -rw-r--r-- | bashrc/.bashrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bashrc/.bashrc b/bashrc/.bashrc index 95e2824..75c23de 100644 --- a/bashrc/.bashrc +++ b/bashrc/.bashrc @@ -12,6 +12,8 @@ alias xr='sudo xbps-remove' alias ..='cd ..' alias poweroff='sudo poweroff' alias reboot='sudo reboot' +alias ssh-kleingelt='ssh spacedio@thernusen.net' +alias ssh-git='ssh git.thernusen.net -p 23231' #EXPORTS export EDITOR='nvim' |
