2023-06-10 22:55:06 -04:00
|
|
|
#!/usr/bin/env zsh
|
|
|
|
|
2024-05-02 22:32:59 -05:00
|
|
|
setopt re_match_pcre
|
|
|
|
|
2023-06-10 22:55:06 -04:00
|
|
|
# path aliases
|
|
|
|
hash -d dl=/data/data/com.termux/files/home/storage/downloads
|
|
|
|
|
|
|
|
# command aliases
|
2025-03-09 22:47:16 +00:00
|
|
|
alias hxx='hx -c ~/.config/helix/config-md.toml'
|
2023-06-10 23:02:17 -04:00
|
|
|
|
|
|
|
# path additions
|
2023-09-08 22:17:22 -05:00
|
|
|
export PATH=/data/data/com.termux/files/home/go/bin:/data/data/com.termux/files/home/.cargo/bin:$PATH
|