mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-10 12:12:43 +01:00
Compare commits
3 Commits
94145668d7
...
8d78a8d50f
Author | SHA1 | Date | |
---|---|---|---|
8d78a8d50f | |||
e15a68c6a4 | |||
49ad4c9533 |
@ -1,5 +1,12 @@
|
|||||||
# Autostarting common utilities to my environments
|
# Autostarting common utilities to my environments
|
||||||
|
|
||||||
|
# policykit agent for escalating permissions on-demand such as partition
|
||||||
|
# management. LXDE one may not be the best on Wayland, but it's
|
||||||
|
# reported working on Fedora mediawriter (FedoraQt/MediaWriter#223)
|
||||||
|
#exec --no-startup-id lxpolkit
|
||||||
|
# The KDE version as I tend to have it as base image (Fedora)
|
||||||
|
exec --no-startup-id /usr/libexec/kf5/polkit-kde-authentication-agent-1
|
||||||
|
|
||||||
# htop system monitor
|
# htop system monitor
|
||||||
exec --no-startup-id sleep 15 && $term --title=htop htop
|
exec --no-startup-id sleep 15 && $term --title=htop htop
|
||||||
|
|
||||||
|
@ -312,6 +312,9 @@ fi
|
|||||||
|
|
||||||
## -- End of aliases which are saved from Ubuntu default bashrc. --
|
## -- End of aliases which are saved from Ubuntu default bashrc. --
|
||||||
|
|
||||||
|
# Enable colours for diff when in terminal
|
||||||
|
alias diff="diff --color=auto"
|
||||||
|
|
||||||
# SSHGuard specific
|
# SSHGuard specific
|
||||||
alias sshguard-show-bans="sshguard4-show-bans && sshguard6-show-bans"
|
alias sshguard-show-bans="sshguard4-show-bans && sshguard6-show-bans"
|
||||||
alias sshguard4-show-bans="sudo iptables -L sshguard --line-numbers"
|
alias sshguard4-show-bans="sudo iptables -L sshguard --line-numbers"
|
||||||
|
3
rc/zshrc
3
rc/zshrc
@ -286,6 +286,9 @@ alias alert='notify-send --urgency=low -i "$([ $? = 0 ] && echo terminal || echo
|
|||||||
|
|
||||||
## -- End of aliases which are saved from Ubuntu default bashrc. --
|
## -- End of aliases which are saved from Ubuntu default bashrc. --
|
||||||
|
|
||||||
|
# Enable colours for diff when in terminal
|
||||||
|
alias diff="diff --color=auto"
|
||||||
|
|
||||||
# SSHGuard specific
|
# SSHGuard specific
|
||||||
alias sshguard-show-bans="sshguard4-show-bans && sshguard6-show-bans"
|
alias sshguard-show-bans="sshguard4-show-bans && sshguard6-show-bans"
|
||||||
alias sshguard4-show-bans="sudo iptables -L sshguard --line-numbers"
|
alias sshguard4-show-bans="sudo iptables -L sshguard --line-numbers"
|
||||||
|
Loading…
Reference in New Issue
Block a user