Skip to content

Commit bbee3a0

Browse files
committed
New wallpapers and features in cds function.
1 parent 4d1164f commit bbee3a0

File tree

3 files changed

+1
-0
lines changed

3 files changed

+1
-0
lines changed

bash/functions

+1
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ function _cds() {
7474
tput rc
7575
tput smso; pwd; tput sgr0
7676
if git status &> /dev/null; then
77+
echo "git branch: " `git branch --show-current | xargs echo -n`
7778
echo "git status: " `git status -s | grep -c '^ M'` 'modified |' `git status -s | grep -c '^ D'` 'deleted |' `git status -s | grep -c '^??'` 'untracked |' `git status -s | grep -c '^A'` 'added'
7879
fi
7980
echo

wallpaper/milkyway-mountains.jpg

1.9 MB
Loading

wallpaper/milkyway-mountains.png

3.22 MB
Loading

0 commit comments

Comments
 (0)