We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d789218 commit f97ff4fCopy full SHA for f97ff4f
init/home/queil/.bashrc
@@ -33,13 +33,14 @@ alias di='git diff'
33
alias co='git checkout'
34
alias cb='git checkout -b'
35
alias cm='git commit -m'
36
+alias inf='git add . && git commit -a --amend --no-edit'
37
alias pu='git push -u origin "$(git rev-parse --symbolic-full-name --abbrev-ref HEAD)"'
38
alias pl='git pull'
-alias bo="br --conf ~/.config/broot/select.hjson"
39
alias uuid=uuidgen
40
alias nano=micro
41
42
eval "$(starship init bash)"
43
+eval "$(fzf --bash)"
44
45
# ENV VARS
46
0 commit comments