mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-10 20:32:35 +01:00
Compare commits
No commits in common. "8d78a8d50f0eec56111c4a5a849246b2c0d69b28" and "94145668d7c15b1fd0a7d5994b495a7d93eb6411" have entirely different histories.
8d78a8d50f
...
94145668d7
@ -1,12 +1,5 @@
|
|||||||
# 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,9 +312,6 @@ 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,9 +286,6 @@ 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