Quellcode durchsuchen

Merge branch 'master' of github.com:10sr/dotfiles

pull/1/head
10sr vor 11 Jahren
Ursprung
Commit
75fd1c4997
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. +2
    -0
      bashrc
  2. +0
    -2
      profile

+ 2
- 0
bashrc Datei anzeigen

@@ -217,6 +217,7 @@ do
done

null type yaourt && alias yt=yaourt
null type cower && alias cower="cower --color=auto"
null type pacmatic && {
alias pacman="pacmatic"
export PACMAN="pacmatic"
@@ -258,6 +259,7 @@ then
complete -o bashdefault -o default -o nospace -F _git g 2>/dev/null \
|| complete -o default -o nospace -F _git g
fi
null type gitmemo && alias m=gitmemo

null type gitmemo && alias m=gitmemo



+ 0
- 2
profile Datei anzeigen

@@ -66,5 +66,3 @@ fi
export TMP="${TMP}${USER}-tmp"
export TEMP="$TMP"
mkdir -p "$TMP"

echo .dotfiles/profile processed.

Laden…
Abbrechen
Speichern