edit aliases

This commit is contained in:
2025-07-19 12:19:52 -03:00
parent 632385191a
commit 5192649d67
2 changed files with 8 additions and 6 deletions

View File

@@ -147,9 +147,10 @@ if hash chezmoi 2>/dev/null; then
fi
# Other aliases
alias rce='xdg-open $HOME/.bashrc && xdg-open $HOME/.zshrc && xdg-open $XDG_CONFIG_HOME/bash/.bash_aliases'
alias ftpd-simple='python -m pyftpdlib'
alias rce='xdg-open $HOME/.bashrc && xdg-open $HOME/.zshrc && xdg-open $XDG_CONFIG_HOME/bash/.bash_aliases' # Open bash and zsh config files in editor
alias ftpd-simple='python -m pyftpdlib' # Simple FTP server, useful for transferring files between devices
alias obs-save='obs-cmd replay save' # obs-cmd from aur (https://github.com/grigio/obs-cmd) required. Also bound to Alt + Z
alias plasma-restart='systemctl --user restart plasma-plasmashell.service' # Sometimes plasma is buggy and needs a restart, bound to Alt + Shift + Ctrl + R
# XDG aliases
alias wget='wget --hsts-file="$XDG_DATA_HOME"/wget-hsts'

View File

@@ -1,7 +1,7 @@
{
"chromiumSwitches": {},
"IS_MAXIMIZED": true,
"IS_MINIMIZED": false,
"IS_MAXIMIZED": false,
"IS_MINIMIZED": true,
"WINDOW_BOUNDS": {
"x": 4127,
"y": 144,
@@ -19,5 +19,6 @@
},
"trayBalloonShown": true,
"BACKGROUND_COLOR": "#000000",
"enableHardwareAcceleration": true
"enableHardwareAcceleration": true,
"offloadAdmControls": false
}