zshrc: Remove aliases ips and check_dpkg_running.
authorJoerg Woelke <joewoe@fsmail.de>
Thu, 27 Aug 2009 07:45:39 +0000 (09:45 +0200)
committerFrank Terbeck <ft@bewatermyfriend.org>
Thu, 27 Aug 2009 08:04:46 +0000 (10:04 +0200)
Added changelog entry. -ft

Acked-by: Michael Prokop <mika@grml.org>
debian/changelog
etc/zsh/zshrc

index 2511cf6..57eefca 100644 (file)
@@ -15,8 +15,9 @@ grml-etc-core (0.3.74) unstable; urgency=low
   * zshrc: Removing shtgz(). shtar() does the same, just portably.
   * zshrc: Remove broken ytdl() function.
   * zshrc: Typo fixes
+  * zshrc: Remove aliases ips and check_dpkg_running.
 
- -- Frank Terbeck <ft@grml.org>  Wed, 26 Aug 2009 13:19:31 +0200
+ -- Frank Terbeck <ft@grml.org>  Thu, 27 Aug 2009 10:03:17 +0200
 
 grml-etc-core (0.3.73) unstable; urgency=low
 
index b0c7a06..dd077c8 100644 (file)
@@ -3103,8 +3103,6 @@ alias r-x='chmod 755'
 #a2# Execute \kbd{mkdir -o}
 alias md='mkdir -p'
 
-check_com -c ipython && alias ips='ipython -p sh'
-
 # console stuff
 #a2# Execute \kbd{mplayer -vo fbdev}
 alias cmplayer='mplayer -vo fbdev'
@@ -3123,12 +3121,6 @@ check_com -c python && alias http="python -m SimpleHTTPServer"
 # Use 'g' instead of 'git':
 check_com g || alias g='git'
 
-# check whether Debian's package management (dpkg) is running
-if check_com salias ; then
-    #a2# Check whether a dpkg instance is currently running
-    salias check_dpkg_running="dpkg_running"
-fi
-
 # work around non utf8 capable software in utf environment via $LANG and luit
 if check_com isutfenv && check_com luit ; then
     if check_com -c mrxvt ; then