Compare commits

...

3 Commits

Author SHA1 Message Date
PorridgePi
5d26e147b1 Merge branch 'master' of PorridgePi/dotfiles 2025-04-04 11:14:15 +08:00
PorridgePi
d94282f6ab zshenv: feat: add Rust 2024-03-01 11:32:33 +08:00
PorridgePi
b80c7cab88 homebrew: feat: Add u alias 2022-10-21 21:58:32 +08:00
2 changed files with 8 additions and 1 deletions

6
.brew-aliases/u Executable file
View File

@@ -0,0 +1,6 @@
#! /bin/bash
# alias: brew u
#: * `u` [args...]
#: `brew u` is an alias for `brew cu -af`
brew cu -af $*

View File

@@ -47,4 +47,5 @@ ARCH=$(uname -m)
export OSNAME DISTRO DISTRO_TYPE VER ARCH
# Rust
. "$HOME/.cargo/env"