diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2024-07-15 13:05:15 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2024-07-15 13:05:15 -0400 |
commit | 8ca0926edde27de7f31e31c9038721b55cf67d05 (patch) | |
tree | 3650d2280279043ab4337210afeb91853f659fcc /.config/aliasrc | |
parent | e45405aabb815d85f32d61b1d98f233ccf89e4b4 (diff) |
Sixel fastfetch & better git root alias
Diffstat (limited to '.config/aliasrc')
-rw-r--r-- | .config/aliasrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/aliasrc b/.config/aliasrc index 2362487..de465ca 100644 --- a/.config/aliasrc +++ b/.config/aliasrc @@ -17,7 +17,9 @@ cdd, cd .. e, $EDITOR w, $BROWSER g, git +ff, fastfetch --raw $HOME/.cache/gentoo.six --logo-width 32 --logo-height 24 --logo-padding 2 gg, go generate ./... +gr, groot=$(git rev-parse --show-toplevel 2>/dev/null); [ -z "$groot" ] || cd "$groot" || return mmi, make clean && make && sudo make install R, R -q tmcd, tmux attach-session -t |