cdhistory to 149
This commit is contained in:
@@ -3,7 +3,7 @@ function cd_history () {
|
|||||||
then \cd "$HOME"
|
then \cd "$HOME"
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
old=$( tail -n 49 "$HOME/.bash_cdhistory" )
|
old=$( tail -n 149 "$HOME/.bash_cdhistory" )
|
||||||
echo "$old" > "$HOME/.bash_cdhistory"
|
echo "$old" > "$HOME/.bash_cdhistory"
|
||||||
\cd "$1"
|
\cd "$1"
|
||||||
p=$( pwd )
|
p=$( pwd )
|
||||||
|
|||||||
Reference in New Issue
Block a user