diff options
author | rekado <rekado@elephly.net> | 2014-09-03 11:59:40 +0200 |
---|---|---|
committer | rekado <rekado@elephly.net> | 2014-09-03 11:59:40 +0200 |
commit | 91484e3d06a6d5ac252694f77dc653c8920848a8 (patch) | |
tree | b1b304f8e3a600067af0e2d21c4efc9031c7dc1b /eshell | |
parent | bce2cdd2c62140e9aea08ea411f95960205b96ed (diff) |
replace ff alias with function
Diffstat (limited to 'eshell')
-rw-r--r-- | eshell/alias | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/eshell/alias b/eshell/alias index 29d019b..c1f0c17 100644 --- a/eshell/alias +++ b/eshell/alias @@ -1,4 +1,3 @@ -alias b popd -alias cd pushd . > /dev/null; cd $* -alias ff find-file $1 alias ll ls -la $* +alias cd pushd . > /dev/null; cd $* +alias b popd |