More android dev
This commit is contained in:
@@ -22,6 +22,7 @@ alias \
|
||||
yt="youtube-dl --add-metadata -i" \
|
||||
yta="yt -x -f bestaudio/best" \
|
||||
ffmpeg="ffmpeg -hide_banner" \
|
||||
tmux="tmux -f ~/.config/tmux/tmux.conf"
|
||||
|
||||
# Colorize commands when possible.
|
||||
alias \
|
||||
@@ -46,7 +47,8 @@ alias \
|
||||
lc="clone_from_labs" \
|
||||
gc="clone_from_github" \
|
||||
dgit="git --git-dir ~/.config/dotfiles/.git --work-tree=$HOME" \
|
||||
sudo=doas
|
||||
sudo=doas \
|
||||
.z="source ~/.config/shell/profile"
|
||||
|
||||
# Clone from labs
|
||||
function clone_from_labs() {
|
||||
@@ -75,7 +77,12 @@ function git_main_branch() {
|
||||
alias \
|
||||
g="git" \
|
||||
ga="git add" \
|
||||
ga="git add --all" \
|
||||
dga="dgit add -f" \
|
||||
dgcm="dgit commit -m" \
|
||||
dgs="dgit status" \
|
||||
dgd="dgit diff" \
|
||||
dgdc="dgit diff --cached" \
|
||||
gaa="git add --all" \
|
||||
gb="git branch" \
|
||||
gba="git branch -a" \
|
||||
gbd="git branch -d" \
|
||||
@@ -98,6 +105,7 @@ alias \
|
||||
gf="git fetch" \
|
||||
gfa="git fetch --all --prune" \
|
||||
gd="git diff" \
|
||||
gdc="git diff --cached" \
|
||||
gl="git pull" \
|
||||
glg="git log --stat" \
|
||||
glgg="git log --graph" \
|
||||
|
||||
Reference in New Issue
Block a user