fish: setup colors; update aliases

This commit is contained in:
Olexandr Smirnov 2025-07-26 17:11:42 +03:00
parent 2b86db67c3
commit 02b4623c31
No known key found for this signature in database
3 changed files with 41 additions and 8 deletions

View file

@ -7,16 +7,13 @@ alias du "du -h"
alias chmox "chmod +x"
alias ":q" exit
alias g git
alias d docker
alias dcm "docker compose"
alias ... "cd ../.."
alias .3 "cd ../../.."
alias killbt "rfkill block bluetooth"
alias unkillbt "rfkill unblock bluetooth"
alias g git
if type -q hledger; alias f hledger; end
if type -q jj; alias j jj; end
if type -q todo.sh; alias t todo.sh; end