Skip to content

Commit f97ff4f

Browse files
authored
Update .bashrc: tweak aliases
1 parent d789218 commit f97ff4f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

init/home/queil/.bashrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,14 @@ alias di='git diff'
3333
alias co='git checkout'
3434
alias cb='git checkout -b'
3535
alias cm='git commit -m'
36+
alias inf='git add . && git commit -a --amend --no-edit'
3637
alias pu='git push -u origin "$(git rev-parse --symbolic-full-name --abbrev-ref HEAD)"'
3738
alias pl='git pull'
38-
alias bo="br --conf ~/.config/broot/select.hjson"
3939
alias uuid=uuidgen
4040
alias nano=micro
4141

4242
eval "$(starship init bash)"
43+
eval "$(fzf --bash)"
4344

4445
# ENV VARS
4546

0 commit comments

Comments
 (0)