Skip to content

Commit

Permalink
skel: bash: add an alias gss to show the status of git repositories…
Browse files Browse the repository at this point in the history
… under `~/GIT` using `mgitstatus`
  • Loading branch information
nodiscc committed Jan 21, 2023
1 parent 5eb2206 commit d6abf23
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).

## [v3.1.2](https://gitlab.com/nodiscc/dlc/releases/tag/3.1.2) - UNRELEASED

### Added
- skel: bash: add an alias `gss` to show the status of git repositories under `~/GIT` using `mgitstatus`

### Fixed
- fix XFCE power manager unable to suspend the system on laptop lid close/low battery

Expand Down
1 change: 1 addition & 0 deletions config/includes.chroot/etc/skel/.bash_aliases
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ alias chx='chmod a+x' # set execute permission
alias clipboard='xclip -selection c; notify-send --icon=gtk-paste "Copied to clipboard." 2>/dev/null' # send stdin to clipboard
function f { find ./ -name "*$1*"; } # find files in the currect directory
function psg { ps -fp $(pgrep -f "$@"); } # find running process matching a name
alias gss='mgitstatus -f --depth=1 ~/GIT' # show uncommitted/untracked/unpushed changes in Git repos under ~/GIT
# alias rm="trash-put" # do not delete files with rm, put them to trash
# alias frm="\rm" # add an alias for rm
# alias mkdir='mkdir -pv' # create directories and their parents by default
Expand Down

0 comments on commit d6abf23

Please sign in to comment.