Skip to content

Commit 0ace6ed

Browse files
committed
Updates some aliases
1 parent b2e7f8f commit 0ace6ed

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

bash_aliases

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,9 @@ alias gl="git pull"
4242
alias glr="git pull --rebase"
4343
alias glrb="git fetch && git rebase origin/master"
4444
alias gp="git push"
45-
alias gs="git status"
45+
alias gs="git status; echo; echo Skipped:; echo; git skipped"
4646
alias gg="git log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%Creset' --abbrev-commit --date=relative"
4747
alias ggs="gg --stat"
48-
alias gh="github"
4948
alias gsl="git shortlog -sn"
5049
alias gw="git whatchanged"
5150
alias gst="git stash"
@@ -61,6 +60,8 @@ alias gup='gst && glr && gstp'
6160
alias gupb='gst && glrb && gstp'
6261
alias amend="g commit --amend"
6362

63+
alias gcs="gh copilot suggest"
64+
6465
# Useful report of what has been committed locally but not yet pushed to another
6566
# branch. Defaults to the remote origin/master. The u is supposed to stand for
6667
# undone, unpushed, or something.
@@ -209,7 +210,7 @@ alias tmux='TERM=screen-256color tmux'
209210
alias target='echo $TMUX | cut -f1 -d, > .tmux-target; tmux display-message -p "#{window_id}.#{pane_id}" >> .tmux-target'
210211
alias t='target'
211212

212-
alias ws="rbenv shell 2.7.1 && working_set"
213+
alias ws="rbenv shell 2.7.5 && working_set"
213214

214215
############################################################
215216
alias vi=nvim

0 commit comments

Comments
 (0)