We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd15cbb commit e8bbc0cCopy full SHA for e8bbc0c
1 file changed
install.sh
@@ -250,11 +250,13 @@ do
250
done
251
252
echo "Setting up bash aliases ..."
253
-echo "
+cat >> ~/.bashrc << 'EOF'
254
+
255
alias del='mv -t ~/.Trash/'
256
alias ls='exa -l'
257
alias cat=bat
-" >> ~/.bash_profile
258
+alias gmaster='git fetch origin && git checkout $(git rev-parse --abbrev-ref origin/HEAD | sed "s|origin/||") && git merge --ff-only @{u}'
259
+EOF
260
# https://github.com/twolfson/sexy-bash-prompt
261
echo "Setting up bash prompt ..."
262
# shellcheck source=/dev/null
0 commit comments