diff options
| author | czjstmax <jstmaxlol@disroot.org> | 2026-01-30 00:20:03 +0100 |
|---|---|---|
| committer | czjstmax <jstmaxlol@disroot.org> | 2026-01-30 00:20:03 +0100 |
| commit | 2a8f7a6a66d620e46779d73ba788d1071239ff2a (patch) | |
| tree | 7791de28567388c16870fdad47711fdc57a17dd8 /cfg/fish | |
| parent | 718f8b25c19759e171d3c49da3979e8a8b2b0f33 (diff) | |
lots of updates i guess... also, `fastfetch` stuff now got its folder
too
Signed-off-by: czjstmax <jstmaxlol@disroot.org>
Diffstat (limited to 'cfg/fish')
| -rw-r--r-- | cfg/fish/config.fish | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cfg/fish/config.fish b/cfg/fish/config.fish index 51d1404..4c5f89e 100644 --- a/cfg/fish/config.fish +++ b/cfg/fish/config.fish @@ -74,6 +74,7 @@ if status is-interactive alias ":C" clear alias why witr alias dusg "sudo du -xh / --max-depth=1 2>/dev/null | sort -h" + alias mk make # AVD set -x ANDROID_HOME /opt/android-sdk set -x PATH $PATH $ANDROID_HOME/emulator $ANDROID_HOME/tools/bin $ANDROID_HOME/platform-tools |