aboutsummaryrefslogtreecommitdiffstats
path: root/bashrc
diff options
context:
space:
mode:
authorSpacedio <spacedio@thernusen.net>2026-02-28 11:47:11 -0500
committerSpacedio <spacedio@thernusen.net>2026-02-28 11:47:11 -0500
commit559cc182a5c359679b9b8bb56c12cb946e090d29 (patch)
tree0da92ebe3227cf2c60d4dfabebe2ab6a997dc6a2 /bashrc
parent611326e7bc8dcbdc51de1e267e903608fb7d1c68 (diff)
downloaddotfiles-559cc182a5c359679b9b8bb56c12cb946e090d29.tar.gz
Added Lightdm Mini Greeter config. Also light modifications to .bashrc.
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc/.bashrc2
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'