chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
294db17
)
dot/bashrc: Some hacking for Sailfish.
author
Mark Wooding
<mdw@distorted.org.uk>
Sat, 19 Jul 2014 14:20:30 +0000
(15:20 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sat, 19 Jul 2014 14:20:30 +0000
(15:20 +0100)
dot/bashrc
patch
|
blob
|
blame
|
history
diff --git
a/dot/bashrc
b/dot/bashrc
index b723d8cf12fe17b65ab804d84347fa8c4df3770d..1b6d7af0c2c3546960705719a155979b2a24e173 100644
(file)
--- a/
dot/bashrc
+++ b/
dot/bashrc
@@
-45,7
+45,7
@@
if [ -t 0 ]; then
right=`echo » | iconv -f UTF-8 -t //translit`
else
case $USER in
right=`echo » | iconv -f UTF-8 -t //translit`
else
case $USER in
- mdw|mwooding) u="" left="[" right="]" ;;
+ mdw|mwooding
|nemo
) u="" left="[" right="]" ;;
*) u="\\u@" left="{" right="}" ;;
esac
if [ "$__mdw_tty" = "`tty`" ]; then
*) u="\\u@" left="{" right="}" ;;
esac
if [ "$__mdw_tty" = "`tty`" ]; then
@@
-82,7
+82,7
@@
shopt -s cmdhist
shopt -u dotglob
shopt -s expand_aliases
shopt -s extglob
shopt -u dotglob
shopt -s expand_aliases
shopt -s extglob
-shopt -s globstar
+if (( ${BASH_VERSINFO[0]} >= 4 )); then shopt -s globstar; fi
shopt -s gnu_errfmt
shopt -s histappend
shopt -s histreedit
shopt -s gnu_errfmt
shopt -s histappend
shopt -s histreedit
@@
-131,7
+131,7
@@
else
unset LS_COLORS
fi
unset LS_COLORS
fi
-ls () {
+
unalias ls 2>/dev/null || :; function
ls () {
if [ -t 1 ]; then
command ls $LS_OPTIONS ${LS_COLORS+--color=auto} "$@"
else
if [ -t 1 ]; then
command ls $LS_OPTIONS ${LS_COLORS+--color=auto} "$@"
else