Update configs
Fix call to $EDITOR (and switch sh to bash) in edit Fix waybar mode (remove to fix layer) Add hyprland media keys
This commit is contained in:
parent
717d35f2b0
commit
9344f7ec3b
5 changed files with 12 additions and 13 deletions
.config
|
@ -17,7 +17,7 @@ alias clip='xclip -selection clipboard'
|
|||
alias cp='cp -iv'
|
||||
|
||||
alias dcu='docker compose up -d'
|
||||
alias dcul='docker compose up -d && docker compose logs -tf'
|
||||
alias dcul='docker compose up -d --force-recreate && docker compose logs -tf'
|
||||
alias dcp='docker compose pull'
|
||||
alias df='df -h'
|
||||
alias dns-flush='sudo systemctl restart systemd-resolved.service && sudo systemd-resolve --flush-caches && sudo resolvectl flush-caches'
|
||||
|
@ -63,6 +63,7 @@ alias sail='bash vendor/bin/sail'
|
|||
alias sl='ls'
|
||||
alias sudo='sudo '
|
||||
|
||||
alias taketemp='take $(mktemp -d)'
|
||||
alias tokei='tokei --hidden'
|
||||
|
||||
alias watch='watch -c'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue