First cour of fennel rewrite for trixy
This commit is contained in:
parent
aad42c0c2d
commit
eabeb40748
3 changed files with 2 additions and 6 deletions
|
@ -1 +1 @@
|
|||
Subproject commit ba38b7bad11fd4287defd624823ce9f92dd8ed65
|
||||
Subproject commit 469ebea2799e654e69c0c4a7f461a53ff9e09040
|
|
@ -1,9 +1,4 @@
|
|||
abbr -g "aur"="sudo aura"
|
||||
abbr -g "aura"="sudo aura"
|
||||
abbr -g "cat"="bat"
|
||||
abbr -g "gc"="git clone"
|
||||
abbr -g "ls"="exa -1a --icons=always --group-directories-first"
|
||||
abbr -g "pac"="doas aura"
|
||||
abbr "ls"="exa -1 --icons=always --group-directories-first"
|
||||
abbr "ooo"="ollama run llama3 \"%\""
|
||||
abbr "wt"="webtorrent --mpv \"%\""
|
||||
|
|
1
.zshrc
1
.zshrc
|
@ -94,6 +94,7 @@ compdef _directories md
|
|||
|
||||
# Define aliases.
|
||||
alias tree='tree -a -I .git'
|
||||
alias ls='exa -1 --icons=always --group-directories-first'
|
||||
|
||||
# Add flags to existing aliases.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue